summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAlexandre Bury <37815335+AlexArgoAi@users.noreply.github.com>2018-07-24 19:31:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-24 19:31:24 -0400
commitc69fbf142caab80503320c38e998c1dae1b2189c (patch)
treee122d53da0e79b7c9f4ce3908eddf4746e0f54ea /src/main.rs
parentbf799a5090d7cbd313e1d7cd15853f02e68340a0 (diff)
xsv: add `partition` to command list
The `xsv partition` has been available for some time, but is not visible in the help message or in `xsv --list`. PR #131
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 1eec750..31c9958 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -54,6 +54,7 @@ macro_rules! command_list {
index Create CSV index for faster access
input Read CSV data with special quoting rules
join Join CSV files
+ partition Partition CSV data based on a column value
sample Randomly sample CSV data
search Search CSV data with regexes
select Select columns from CSV