Skip to content
New issue

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

Cobra subcommand completion? #336

Open
rwxrob opened this issue Sep 8, 2024 · 1 comment · May be fixed by #339
Open

Cobra subcommand completion? #336

rwxrob opened this issue Sep 8, 2024 · 1 comment · May be fixed by #339

Comments

@rwxrob
Copy link

rwxrob commented Sep 8, 2024

Just wondering why the Cobra standard shell completion support isn't available from this command-line tool. Not super critical, just noticed that . <(twitch completion bash) didn't work and was wondering why. Great job on this tool! I love it.

@hougesen
Copy link

I was wondering the same.

The issue is that this project uses v1.1.3 of spf13/cobra, but automatic completions wasn't added until v1.2.0 (Released a few months later).

https://github.com/spf13/cobra/releases/tag/v1.2.0

@hougesen hougesen linked a pull request Oct 20, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants