Don't generate completions for args with AppSettings::Hidden #2541
Labels
A-completion
Area: completion generator
C-bug
Category: Updating dependencies
E-easy
Call for participation: Experience needed to fix: Easy / not much
S-duplicate
Status: Closed as Duplicate
Please complete the following tasks
Describe your use case
I have an "internal" subcommand for my application that is hidden from help output using clap::AppSettings::Hidden. But when generating bash completions, this hidden command is included.
Describe the solution you'd like
Don't generate completion for the hidden subcommand.
Alternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: