From 72a6a979a7b35486c071234a4eb3579cc2d71c34 Mon Sep 17 00:00:00 2001 From: vzhd1701 Date: Fri, 6 May 2022 12:19:44 +0500 Subject: [PATCH] docs(readme): add info about --verbose option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acacc7..b415341 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```