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
{{ message }}
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
From reading the code I think it's possible to use this with class methods, but I don't know how, can you give a sample?
I also need to have global options to pass an optional token (something like --token <string>) to every command. Is there a way to specify this in one place and handle parsing centrally?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From reading the code I think it's possible to use this with class methods, but I don't know how, can you give a sample?
I also need to have global options to pass an optional token (something like
--token <string>
) to every command. Is there a way to specify this in one place and handle parsing centrally?The text was updated successfully, but these errors were encountered: