Skip to content

Commit d50c7cc

Browse files
committed
Updated readme and help: inserted -v in demo
1 parent 4a78f46 commit d50c7cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ If desired, you can create a working executable all-in-one by downloading PyInst
9090
- `demo`, `d` `<path>`: launch application with a demo database in path specified, path has to be the last parameter
9191
- `-f`: force erase if there is already a database
9292
- `-o`: open app at end
93+
- `-v`: verbose
9394
- `init`, `i`: initialize this app in users projects
9495
- `-f`: force reinitialization
9596
- `help`, `h`: print help

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def print_help() -> None:
5757
{Fore.GREEN}demo{Fore.RESET}, {Fore.GREEN}d{Fore.RESET} [FLAGs] <path>: launch application with a demo database in path specified, path has to the last parameter
5858
{Fore.MAGENTA}-f{Fore.RESET}: force erase if there is already a database
5959
{Fore.MAGENTA}-o{Fore.RESET}: open app at end
60+
{Fore.MAGENTA}-o{Fore.RESET}: verbose
6061
{Fore.GREEN}init, {Fore.GREEN}i{Fore.RESET}: initialize this app in users projects
6162
{Fore.MAGENTA}-f{Fore.RESET}: force reinitialization
6263
{Fore.GREEN}help{Fore.RESET}, {Fore.GREEN}h{Fore.RESET}: print help

0 commit comments

Comments
 (0)