Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Dec 2, 2023
1 parent 2828505 commit e2e4ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Command help

Options:
-o, --output-path PATH Output path of the SQLite database file.
Defaults to 'out.sqlite'.
[default: out.sqlite]
-a, --append Append table(s) to existing database.
--add-primary-key PRIMARY_KEY_NAME
Add 'PRIMARY KEY AUTOINCREMENT' column to a
Expand All @@ -157,11 +157,11 @@ Command help
--matrix-formatting [header_aligned|trim]
header_aligned: fitting table data to header
columns. trim: fitting table data to minimum
column size. Defaults to header_aligned.
column size. [default: header_aligned]
--replace-symbol TEXT Replace symbols in attributes.
-v, --verbose
-v, --verbose Verbosity level. [default: 0]
--max-workers WORKERS Specify the maximum number of workers that
the command may use. Defaults to 1.
the command may use. [default: 1]
--debug For debug print.
-q, --quiet Suppress execution log messages.
-h, --help Show this message and exit.
Expand Down

0 comments on commit e2e4ddb

Please sign in to comment.