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
Traceback (most recent call last):
File "/usr/local/bin/authenticator", line 11, in
sys.exit(authenticator_command())
File "/usr/local/lib/python3.5/dist-packages/authenticator/cli.py", line 1241, in authenticator_command
m.execute()
File "/usr/local/lib/python3.5/dist-packages/authenticator/cli.py", line 1198, in execute
if self.args.subcmd not in (
AttributeError: 'Namespace' object has no attribute 'subcmd'
It would be nice to see the usage instead.
The text was updated successfully, but these errors were encountered:
When I run with just:
$ authenticator
I get this output:
It would be nice to see the usage instead.
The text was updated successfully, but these errors were encountered: