Skip to content

Commit

Permalink
docs(readme): add info about --verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed May 6, 2022
1 parent 5fcb118 commit 72a6a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ poetry run csv2notion
$ csv2notion --help
usage: csv2notion [-h] --token TOKEN [--url URL] [--max-threads NUMBER] [--custom-types TYPES] [--image-column COLUMN] [--image-column-keep] [--image-column-mode {cover,block}] [--icon-column COLUMN] [--icon-column-keep]
[--default-icon ICON] [--missing-columns-action {add,ignore,fail}] [--missing-relations-action {add,ignore,fail}] [--fail-on-relation-duplicates] [--fail-on-duplicates] [--fail-on-duplicate-csv-columns]
[--fail-on-conversion-error] [--fail-on-inaccessible-relations] [--merge] [--merge-only-column COLUMN] [--mandatory-column COLUMN] [--log FILE] [--version]
[--fail-on-conversion-error] [--fail-on-inaccessible-relations] [--merge] [--merge-only-column COLUMN] [--mandatory-column COLUMN] [--log FILE] [--verbose] [--version]
FILE

Import/Merge CSV file into Notion database
Expand Down Expand Up @@ -100,6 +100,7 @@ optional arguments:
--mandatory-column COLUMN
CSV column that cannot be empty (define multiple times for multiple columns)
--log FILE file to store program log
--verbose output debug information
--version show program's version number and exit
```
Expand Down

0 comments on commit 72a6a97

Please sign in to comment.