Is there a way to define a hidden subcommand?
With hidden.
@AdrienChampion I don't get it: subcommand is not an Arg, it's an instance of App, right?
My bad, I answered too quickly.
It sounds like you can do that with AppSettings. See AppSettings::Hidden and AppSettings::HidePossibleValuesInHelp for instance. I have to say I've never used that though.
Oh, thank you, it's exactly what I need! Missed it somehow...
Most helpful comment
My bad, I answered too quickly.
It sounds like you can do that with
AppSettings. SeeAppSettings::HiddenandAppSettings::HidePossibleValuesInHelpfor instance. I have to say I've never used that though.