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
|
||||
echo
|
||||
env
|
||||
exitwith
|
||||
fullenv
|
||||
args echo args
|
||||
echo echo stuff
|
||||
env env stuff
|
||||
exitwith exitwith code
|
||||
fullenv show env vars
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
@ -1,6 +1,6 @@
|
||||
echo
|
||||
env
|
||||
exitwith
|
||||
fullenv
|
||||
echo echo stuff
|
||||
env env stuff
|
||||
exitwith exitwith code
|
||||
fullenv show env vars
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
Loading…
Reference in new issue