update version, change help text
This commit is contained in:
@@ -19,11 +19,17 @@ _config = Config("config/settings.yaml")._config
|
||||
|
||||
|
||||
args = argparse.ArgumentParser()
|
||||
args.add_argument("--debug", help="Debugging mode", action="store_true")
|
||||
args.add_argument("--no-backup", help="Disable backups", action="store_true")
|
||||
args.add_argument(
|
||||
"--debug", help="Debugging mode, active for the active run", action="store_true"
|
||||
)
|
||||
args.add_argument(
|
||||
"--no-backup", help="Disable backups for the active run", action="store_true"
|
||||
)
|
||||
args.add_argument("--version", help="Print version", action="store_true")
|
||||
args.add_argument(
|
||||
"--no-documentation", help="Disable documentation", action="store_true"
|
||||
"--no-documentation",
|
||||
help="Disable documentation for the active run",
|
||||
action="store_true",
|
||||
)
|
||||
args = args.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user