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
Consider a better word than "global" since it actually indicates that the option is syntactically valid on the current command and its subcommands
#1904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Add(Option option, bool inheritable) would allow initializer list syntax; but the resulting code would not be very easy to understand. The bool could be replaced with OptionOptions.ValidInSubcommands but that would mean larger API and the name looks bad.
The text was updated successfully, but these errors were encountered: