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
For the v2, I will change the linters management and the configuration, so unless you are not changing any existing code, I would prefer to not implement this for now.
Welcome
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
The text was updated successfully, but these errors were encountered: