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
Thanks for filing this! Great point, I hadn't considered that. There are an increasing number of settings that one would intuitively think would be propagated down through child commands, but aren't.
I'm thinking of adding an App::global_setting(s) to do just that.
Currently
.setting(AppSettings::ColoredHelp)
has to be added to every subcommand even though it is set on the "global scope"It probably makes sense to inherit this value from parent, rather than adding it everywhere, right?
The text was updated successfully, but these errors were encountered: