mirror of https://github.com/helm/helm
The result is that when doing shell completion (bash and zsh only), instead of getting no suggestions for commands that take no more arguments, the user will instead be shown an informative message: $ helm list <TAB> This command does not take any more arguments (but may accept flags). Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>pull/13261/head
parent
109dbe7c18
commit
c92cc07c1b
@ -1,2 +1,3 @@
|
||||
_activeHelp_ This command does not take any more arguments (but may accept flags).
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
@ -1,2 +1,3 @@
|
||||
_activeHelp_ This command does not take any more arguments (but may accept flags).
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
@ -1,2 +1,3 @@
|
||||
_activeHelp_ This command does not take any more arguments (but may accept flags).
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
Loading…
Reference in new issue