Hide the --shell flag.
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…
Reference in New Issue