Skip to content

Commit

Permalink
Compare: update how additional columns are output. add more tests (#147)
Browse files Browse the repository at this point in the history
* updated compare.md
  • Loading branch information
liquidaty authored Feb 21, 2024
1 parent c584c1a commit afe09ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ The same test with sorting used significantly more memory (up to ~40MB) and took
## Usage details

```
zsv compare -h
Usage: compare [options] [file1.csv] [file2.csv] [...]
Options:
-h,--help : show usage
Expand Down Expand Up @@ -242,4 +244,4 @@ NOTES
superior. For handling quoted data, `2tsv` can be used to convert to a delimited
format without quotes, that can be directly parsed with common UNIX utilities
(such as `sort`), and `select --unescape` can be used to convert back
```
```

0 comments on commit afe09ab

Please sign in to comment.