You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
439 B
13 lines
439 B
1 year ago
|
diff --git a/tools/lsmcli/cmdline.py b/tools/lsmcli/cmdline.py
|
||
|
index ae249b8..6698c53 100644
|
||
|
--- a/tools/lsmcli/cmdline.py
|
||
|
+++ b/tools/lsmcli/cmdline.py
|
||
|
@@ -1228,6 +1228,7 @@ def cli(self):
|
||
|
_add_common_options(parser, is_child=False)
|
||
|
|
||
|
subparsers = parser.add_subparsers(metavar="command")
|
||
|
+ subparsers.required = True
|
||
|
|
||
|
# Walk the command list and add all of them to the parser
|
||
|
for cmd in cmds:
|