feat: cobra-cli support#10293
feat: cobra-cli support#10293faho merged 2 commits intofish-shell:masterfrom EmilyGraceSeville7cf:feature/cobra-completion
Conversation
|
I expected |
|
What you actually want is a third thing: cobra-cli completion fish | sourceThis is also what our completions for e.g. starship or deno do Here's why eval didn't work: echo "echo foo
echo bar" > scriptNow run The first line of the output of |
|
Thanks! |
* feat: cobra-cli support * fix: cobra-cli completion (cherry picked from commit 623f346)
Description
https://github.com/spf13/cobra-cli/blob/main/README.md
Fixes issue #
TODOs: