Print the command list in the help
This commit is contained in:
parent
90a78e410c
commit
9453bb93c4
@ -451,6 +451,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
if len(args) < 1:
|
if len(args) < 1:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
|
help()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
cmd = args[0]
|
cmd = args[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user