mirror of https://github.com/helm/helm
The 'uninstall' command can accept more than one release name as arguments; this commit teaches the completion logic to respect this. At the same time, the commit adds tests for the commands using the modified code path. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/9481/head
parent
543364fba5
commit
8854547d35
@ -0,0 +1,5 @@
|
||||
aramis foo-0.1.0-beta.1 -> deployed
|
||||
athos foo-0.1.0-beta.1 -> deployed
|
||||
porthos foo-0.1.0-beta.1 -> deployed
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
@ -0,0 +1,4 @@
|
||||
aramis foo-0.1.0-beta.1 -> deployed
|
||||
athos foo-0.1.0-beta.1 -> deployed
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Loading…
Reference in new issue