Open rwxrob opened 2 months ago
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.
. <(twitch completion bash)
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).
v1.1.3
v1.2.0
https://github.com/spf13/cobra/releases/tag/v1.2.0
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.