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. |
||
|---|---|---|
| .. | ||
| alias.go | ||
| alias_test.go | ||
| extension.go | ||
| help.go | ||
| help_reference.go | ||
| help_test.go | ||
| help_topic.go | ||
| help_topic_test.go | ||
| root.go | ||