mirror of https://github.com/helm/helm
Ref: HIP 0008 When completing a plugin name, extra information will be shown for shells that support completions (fish, zsh). For example: $ helm plugin uninstall <TAB> 2to3 -- migrate and cleanup Helm v2 configuration and releases in-place to Helm v3 diff -- Preview helm upgrade changes as a diff fullstatus -- provide status of resources part of the release github -- Install or upgrade Helm charts from GitHub repos Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/9243/head
parent
a6b28348df
commit
b0d567accd
@ -1,7 +1,7 @@
|
|||||||
args
|
args echo args
|
||||||
echo
|
echo echo stuff
|
||||||
env
|
env env stuff
|
||||||
exitwith
|
exitwith exitwith code
|
||||||
fullenv
|
fullenv show env vars
|
||||||
:4
|
:4
|
||||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
echo
|
echo echo stuff
|
||||||
env
|
env env stuff
|
||||||
exitwith
|
exitwith exitwith code
|
||||||
fullenv
|
fullenv show env vars
|
||||||
:4
|
:4
|
||||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||||
|
Loading…
Reference in new issue