Hide the --shell flag.

main
Ben Niemann 1 year ago
parent ae6f7200fe
commit 26f42e2e70

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

Loading…
Cancel
Save