suricatasc: display command list

pull/299/head
Eric Leblond 12 years ago committed by Victor Julien
parent bb639e4a6d
commit e3df0d4f5d

@ -97,6 +97,8 @@ if cmdret["return"] == "NOK":
cmd_list = cmdret["message"]["commands"]
cmd_list.append("quit")
print "Command list: " + ", ".join(cmd_list)
# if ok loop
try:
readline.set_completer(Completer(cmd_list))

Loading…
Cancel
Save