mirror of https://github.com/helm/helm
Signed-off-by: tison <wander4096@gmail.com>
(cherry picked from commit 3c6557dcf5)
release-4.0
parent
30bfd57c5f
commit
e845b68fe3
@ -1,4 +1,4 @@
|
|||||||
name: env
|
name: shortenv
|
||||||
commands:
|
commands:
|
||||||
- name: list
|
- name: list
|
||||||
flags:
|
flags:
|
||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: env
|
name: shortenv
|
||||||
type: cli/v1
|
type: cli/v1
|
||||||
runtime: subprocess
|
runtime: subprocess
|
||||||
config:
|
config:
|
||||||
@ -1,7 +1,7 @@
|
|||||||
args echo args
|
args echo args
|
||||||
echo echo stuff
|
echo echo stuff
|
||||||
env env stuff
|
|
||||||
exitwith exitwith code
|
exitwith exitwith code
|
||||||
fullenv show env vars
|
fullenv show env vars
|
||||||
|
shortenv env stuff
|
||||||
:4
|
:4
|
||||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
echo echo stuff
|
echo echo stuff
|
||||||
env env stuff
|
|
||||||
exitwith exitwith code
|
exitwith exitwith code
|
||||||
fullenv show env vars
|
fullenv show env vars
|
||||||
|
shortenv env stuff
|
||||||
:4
|
:4
|
||||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||||
|
|||||||
Loading…
Reference in new issue