13 lines
258 B
YAML
13 lines
258 B
YAML
name: env
|
|
shortDesc: "The plugin envs plugin"
|
|
command: "./env.sh"
|
|
flags:
|
|
- name: "test1"
|
|
desc: "This is a flag 1"
|
|
- name: "test2"
|
|
desc: "This is a flag 2"
|
|
shorthand: "t"
|
|
- name: "test3"
|
|
desc: "This is a flag 3"
|
|
defValue: "default"
|