We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently completions are not part of formula and have to be set up seperately.
Note that it is not really a problem for me. Just an idea for improvement.
Integrate completions into Homebrew formula
Homebrew supports completions in formulae.
Goreleaser supports completions. It is described well in this article: https://carlosbecker.com/posts/golang-completions-cobra/
The text was updated successfully, but these errors were encountered:
Feat: Integrate completions into Homebrew formula (Issue #168)
406d3a8
Merge pull request #169 from nao1215/nchika/shipping-completion
86c37d1
@trallnag Thank you for your suggestion. The feature you suggested has been introduced in v0.27.4
Sorry, something went wrong.
nice, thank you
No branches or pull requests
Is your feature request related to a problem?
Currently completions are not part of formula and have to be set up seperately.
Note that it is not really a problem for me. Just an idea for improvement.
Describe the solution you'd like
Integrate completions into Homebrew formula
Additional context
Homebrew supports completions in formulae.
Goreleaser supports completions. It is described well in this article: https://carlosbecker.com/posts/golang-completions-cobra/
The text was updated successfully, but these errors were encountered: