summaryrefslogtreecommitdiffstats
path: root/src/cmd/flatten.rs
AgeCommit message (Expand)Author
2018-03-22deps: update all dependenciesAndrew Gallant
2017-05-23Migrate to csv crate rewrite.0.12.0Andrew Gallant
2015-04-03rustup.Andrew Gallant
2015-03-07Migrate to std::io.Andrew Gallant
2015-01-28rustupAndrew Gallant
2015-01-09Use deref instead of as_sliceAndrew Gallant
2015-01-09rustupAndrew Gallant
2015-01-04rustupAndrew Gallant
2014-12-25rustupAndrew Gallant
2014-12-21Update for changes in rust-csv.Andrew Gallant
2014-12-06Add support for XSV_TOGGLE_HEADERS and inferring a tabAndrew Gallant
2014-11-23Revert "Use `Path` instead of `String` in the various `Args` structs."Andrew Gallant
2014-11-23Use `Path` instead of `String` in the various `Args` structs.Andrew Gallant
2014-11-22Docs and some light refactoring.Andrew Gallant
2014-11-09More tests and some massive bug fixes.Andrew Gallant
2014-11-04Migrate to new `Error` and `FromError` traits.Andrew Gallant
2014-11-01Remove use of docopt! macro. :-(Andrew Gallant
2014-10-19s/main/run because the signature doesn't match Rust's special main any more.Andrew Gallant
2014-10-19Make it so sub-commands explicitly accept an argv.Andrew Gallant
2014-10-19Some reorganization.Andrew Gallant
2014-10-04xcsv -> xsv once and for all.Andrew Gallant
2014-09-30Add "condense" feature to flatten command.Andrew Gallant
2014-09-28Added support for indexing in the "slice" command. Wee!Andrew Gallant