mirror of https://github.com/helm/helm
commit
2e2cb05855
@ -1,4 +1,4 @@
|
||||
name: env
|
||||
name: shortenv
|
||||
commands:
|
||||
- name: list
|
||||
flags:
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
name: env
|
||||
name: shortenv
|
||||
type: cli/v1
|
||||
runtime: subprocess
|
||||
config:
|
||||
@ -1,7 +1,7 @@
|
||||
args echo args
|
||||
echo echo stuff
|
||||
env env stuff
|
||||
exitwith exitwith code
|
||||
fullenv show env vars
|
||||
shortenv env stuff
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
echo echo stuff
|
||||
env env stuff
|
||||
exitwith exitwith code
|
||||
fullenv show env vars
|
||||
shortenv env stuff
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
||||
Loading…
Reference in new issue