cli/pkg/cmd/root
Mislav Marohnić e3569dc7bd
Fix bash completions for extensions and aliases
Now that extensions and alises are real Cobra Command instances, they will appear in
completions automatically and don't need to be additionally inserted via ValidArgs.
Their addition to ValidArgs have caused all extensions and aliases to be listed twice
within completion results, which didn't seem to affect zsh completions at all, but in
bash completions it had caused the completion description to be a part of the expansion.
2023-06-02 13:31:02 +02:00
..
alias.go Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
alias_test.go Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
extension.go Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
help.go Do not generate docs for aliases (#7497) 2023-05-28 00:27:31 +00:00
help_reference.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
help_test.go Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
help_topic.go Mention setting GH_ENTERPRISE_TOKEN 2023-05-15 10:49:45 -05:00
help_topic_test.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
root.go Fix bash completions for extensions and aliases 2023-06-02 13:31:02 +02:00