[Question] Configuration to hide a command in/from --help?
There are cases where a CLI may have a command that is hidden from the help --help as it is not intended for general use.
On a detailed review of the Readme, I don't see anything related to this. Cocona happens to offers this as a feature with a [Hidden] attribute. Is this something that is, or otherwise can be, similarly supported within the framework approach?
I see, that's a good feature too.
I'd like to consider providing HiddenAttribute.
I'm also wants this feature.
On my case. It's expected to be used to implement shell completion feature.(Related to #145)
Examples
- .NET CLI (
dotnet completecommand)
https://learn.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete - GitHub CLI (
gh __completecommand) https://cli.github.com/manual/gh_completion
@fi@filzrev - would be great to see someone perhaps submit a PR for this/shell completion, on basis that @neuecc would accept such a PR!