make command module error when no -a more obvious as command is the default module and someone
may forget about -a. The CLI already warns about no host pattern by pulling up usage.pull/4420/head
parent
146cb3ff7e
commit
c8b1bbc7ea
|
@ -31,7 +31,7 @@ import traceback
|
|||
if len(sys.argv) == 1:
|
||||
print json.dumps({
|
||||
"failed" : True,
|
||||
"msg" : "at least a command name is required"
|
||||
"msg" : "the command module requires arguments (-a)"
|
||||
})
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue