Nathan Beals 5 лет назад
Родитель
Сommit
2b56da11da
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -19,10 +19,11 @@ pip3 install keep-exporter
 
 
 
 
 ## Usage
 ## Usage
+If you do not supply a username or password before running it, you will be prompted to input them.
 ```
 ```
 keep_export [OPTIONS]
 keep_export [OPTIONS]
 Options:
 Options:
   -d, --directory TEXT  Output directory for exported notes
   -d, --directory TEXT  Output directory for exported notes
   -u, --user TEXT       Google account email (environment variable 'GKEEP_USER')
   -u, --user TEXT       Google account email (environment variable 'GKEEP_USER')
   -p, --password TEXT   Google account password (environment variable 'GKEEP_PASSWORD')
   -p, --password TEXT   Google account password (environment variable 'GKEEP_PASSWORD')
-```
+```