-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
enhancementNew feature or improvementNew feature or improvementno decisionNo decision to fix or notNo decision to fix or not
Description
Welcome
- Yes, I've searched similar issues on GitHub and didn't find any.
- I agree to follow this project's Code of Conduct
Your feature request related to a problem? Please describe
I would like to be able to complete the flag values such as --out-format=git<TAB>
or --enable-only=use<TAB>
Right now, only the flags are completed, not their values
Describe the solution you'd like
The tool uses cobra, we could use
https://pkg.go.dev/github.com/spf13/cobra#Command.RegisterFlagCompletionFunc
Describe alternatives you've considered
Define my own completions locally 😅
Additional context
I took a look at the code, most flag will be "easy"
Some might require a small refactoring because of the helpers defined in the code
Supporter
- I am a sponsor through GitHub or OpenCollective
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvementno decisionNo decision to fix or notNo decision to fix or not