You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running receptor with no subcommand raises the following:
$ receptorERROR 2020-03-30 16:33:45,492 __main__ main: an error occured while running receptorTraceback (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.
The text was updated successfully, but these errors were encountered:
Running receptor with no subcommand raises the following:
It would be better if receptor, as others CLI tools, provided the usage information if the minimum expected options/subcommands were not provided.
The text was updated successfully, but these errors were encountered: