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
See how HelpOption is used for an example of reusing options for multiple commands. Basically, just add you shared options to a class and inject it into the command. It might allow recursion but you’ll have to try it.
I see that part of the documentation is still in TBD. I probably wont need a full fledged documentation, but some hints would be very helpfull.
I have a number of options that I want to use for several (but not all) commands, and the list of relevant options is different for each command.
The text was updated successfully, but these errors were encountered: