Complain on bad command

trunk
alexis 2022-05-08 16:09:49 -06:00
parent 3f2560a55d
commit 0194e4c1d0
1 changed files with 2 additions and 0 deletions

View File

@ -258,5 +258,7 @@ def run():
print("exit")
elif cmd == "exit":
break
else:
print("unknown command")
except Exception as e:
print(e)