mirror of https://github.com/helm/helm
The 'plugin update' and 'plugin uninstall' commands can accept more than one plugin name as arguments; this commit teaches the completion logic to respect this. Also, the commit adds go test for completion of the plugin commands. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/9353/head
parent
7b6dcfae98
commit
1f68f658a5
@ -0,0 +1,2 @@
|
||||
:0
|
||||
Completion ended with directive: ShellCompDirectiveDefault
|
@ -0,0 +1,2 @@
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
@ -0,0 +1,7 @@
|
||||
args
|
||||
echo
|
||||
env
|
||||
exitwith
|
||||
fullenv
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
@ -0,0 +1,6 @@
|
||||
echo
|
||||
env
|
||||
exitwith
|
||||
fullenv
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Loading…
Reference in new issue