File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,15 @@ If the columns in the CSV have changed, those added or removed columns will be i
132132## Full CLI Helptext
133133
134134 $ db-diff --help
135- Usage: db-diff \ [OPTIONS\ ] PREVIOUS CURRENT
135+ Usage: db-diff [OPTIONS] PREVIOUS CURRENT
136136
137137 Compare the differences between two CSV or JSON files to find differences.
138138
139139 Options:
140- --format TEXT Explicitly specify input format. Available (csv|tsv|json) \ [default: auto-detect based on file extension\ ]
141- --encoding TEXT Input File Encoding. Available: (utf-8|utf-16|utf-16le|utf-16be|latin1|cp1252|ascii|...) \ [default: utf-8\ ]
142- --key TEXT Column to use as a unique ID for each row (ex: --key=Id) \ [default: first column if not specified\ ]
143- --output TEXT Output format. Available: (readable|json|jsonfile) \ [default: readable\ ]
140+ --format TEXT Explicitly specify input format. Available (csv|tsv|json) [default: auto-detect based on file extension]
141+ --encoding TEXT Input File Encoding. Available: (utf-8|utf-16|utf-16le|utf-16be|latin1|cp1252|ascii|...) [default: utf-8]
142+ --key TEXT Column to use as a unique ID for each row (ex: --key=Id) [default: first column if not specified]
143+ --output TEXT Output format. Available: (readable|json|jsonfile) [default: readable]
144144 --outputfile FILE File to write JSON output to (only used with --output=jsonfile)
145145 --showunchanged If a record is changed, show ALL fields, not just the changed fields.
146146 --time Measure and display elapsed time for the diff operation
You can’t perform that action at this time.
0 commit comments