metadata 格式# *.meta for commands:
name: foo
description: foo
exec: "foo-bar -foo {0} {argname} {1}"
args:
- regex
- argname: regex
- regex
reqs:
- foo-bar
- foos:
- "pip freeze | grep -w foos"
# reqs will be checked by using Bash built-in util "command" or user-defined check command.