Skip to content

Commit

Permalink
split: deeplink to examples/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Mar 10, 2023
1 parent 78851b3 commit 6f293b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Splits the given CSV data into chunks.
The files are written to the directory given with the name '{start}.csv',
where {start} is the index of the first record of the chunk (starting at 0).
For examples, see https://github.com/jqnatividad/qsv/blob/master/tests/test_split.rs.
Usage:
qsv split [options] <outdir> [<input>]
qsv split --help
Expand Down

0 comments on commit 6f293b8

Please sign in to comment.