Skip to content

Commit

Permalink
Updated readme and help: inserted -v in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed Jun 1, 2023
1 parent 4a78f46 commit d50c7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ If desired, you can create a working executable all-in-one by downloading PyInst
- `demo`, `d` `<path>`: launch application with a demo database in path specified, path has to be the last parameter
- `-f`: force erase if there is already a database
- `-o`: open app at end
- `-v`: verbose
- `init`, `i`: initialize this app in users projects
- `-f`: force reinitialization
- `help`, `h`: print help
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def print_help() -> None:
{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
{Fore.MAGENTA}-f{Fore.RESET}: force erase if there is already a database
{Fore.MAGENTA}-o{Fore.RESET}: open app at end
{Fore.MAGENTA}-o{Fore.RESET}: verbose
{Fore.GREEN}init, {Fore.GREEN}i{Fore.RESET}: initialize this app in users projects
{Fore.MAGENTA}-f{Fore.RESET}: force reinitialization
{Fore.GREEN}help{Fore.RESET}, {Fore.GREEN}h{Fore.RESET}: print help
Expand Down

0 comments on commit d50c7cc

Please sign in to comment.