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 was 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?
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?