File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Command help
135
135
136
136
Options:
137
137
-o, --output-path PATH Output path of the SQLite database file.
138
- Defaults to ' out.sqlite'.
138
+ [default: out.sqlite]
139
139
-a, --append Append table(s) to existing database.
140
140
--add-primary-key PRIMARY_KEY_NAME
141
141
Add 'PRIMARY KEY AUTOINCREMENT' column to a
@@ -157,11 +157,11 @@ Command help
157
157
--matrix-formatting [header_aligned|trim]
158
158
header_aligned: fitting table data to header
159
159
columns. trim: fitting table data to minimum
160
- column size. Defaults to header_aligned.
160
+ column size. [default: header_aligned]
161
161
--replace-symbol TEXT Replace symbols in attributes.
162
- -v, --verbose
162
+ -v, --verbose Verbosity level. [default: 0]
163
163
--max-workers WORKERS Specify the maximum number of workers that
164
- the command may use. Defaults to 1.
164
+ the command may use. [default: 1]
165
165
--debug For debug print.
166
166
-q, --quiet Suppress execution log messages.
167
167
-h, --help Show this message and exit.
You can’t perform that action at this time.
0 commit comments