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
Currently there isn't any way to see the available commands.
I can't do onlykey --help.
The python module argparse (which I think is included by default in python), can simplify argument parsing and adds a nicer user experience, by automatically creating an help section.
Are you interested in adding an --help flag?
Can i do a pull request introducing argparse and adding the --help flag?