-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Running receptor with no subcommand raises the following:
$ receptor
ERROR 2020-03-30 16:33:45,492 __main__ main: an error occured while running receptor
Traceback (most recent call last):
File "/home/elyezer/code/receptor/receptor/receptor/__main__.py", line 63, in main
config.go()
File "/home/elyezer/code/receptor/receptor/receptor/config.py", line 535, in go
"you must specify a subcommand (%s)." % (", ".join(SUBCOMMAND_EXTRAS.keys()),)
receptor.exceptions.ReceptorRuntimeError: you must specify a subcommand (node, ping, send, status).It would be better if receptor, as others CLI tools, provided the usage information if the minimum expected options/subcommands were not provided.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working