Update docs

This commit is contained in:
Tony Garnock-Jones 2022-06-08 16:12:51 +02:00
parent 7fdf50b963
commit d5a8440a9e
1 changed files with 12 additions and 13 deletions

View File

@ -51,33 +51,32 @@ This is the main tool. It can
FLAGS:
--collect
--escape-spaces
-h, --help Print help information
-V, --version Print version information
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --input-format <INPUT_FORMAT>
[default: auto-detect] [possible values: auto-detect, text, binary]
--bundle <filename>...
-c, --commas <commas>
[default: none] [possible values: none, separating, terminating]
--indent <on/off>
[default: on] [possible values: disabled, no, n, off, 0, false,
enabled, yes, y, on, 1, true]
--limit <LIMIT>
-i, --input-format <input-format>
[default: auto-detect] [possible values: auto-detect, text, binary]
-o, --output-format <OUTPUT_FORMAT>
--limit <limit>
-o, --output-format <output-format>
[default: text] [possible values: text, binary, unquoted]
--read-annotations <on/off>
[default: on] [possible values: disabled, no, n, off, 0, false,
enabled, yes, y, on, 1, true]
--select <SELECT>
[default: *]
--select-output <SELECT_OUTPUT>
--schema <schema>
--select <select-expr> [default: *]
--select-output <select-output>
[default: sequence] [possible values: sequence, set]
--write-annotations <on/off>
[default: on] [possible values: disabled, no, n, off, 0, false,
enabled, yes, y, on, 1, true]