Hide the --shell flag.

main
Ben Niemann 2022-01-02 03:03:12 +01:00
parent ae6f7200fe
commit 26f42e2e70
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ class MainApp(App):
parser.add_argument(
'--shell',
action='store_true',
help=argparse.SUPPRESS,
default=False)
parser.add_argument(
'path',