UNPKG

760 BJSONView Raw
1{
2 "name": "apeman-srch",
3 "desc":"Search apeman modules.",
4 "main": true,
5 "args": [
6 {
7 "name": "term",
8 "multiple": true,
9 "optional": true
10 }
11 ],
12 "options": [
13 {
14 "name": "verbose",
15 "short": "v",
16 "desc": "Show verbose logs"
17 },
18 {
19 "name": "type",
20 "short": "t",
21 "type":"string",
22 "desc": "Type to search."
23 }
24 ],
25 "examples": [
26 {
27 "script": "apeman-srch ",
28 "desc": "List all available packages."
29 },
30 {
31 "script": "apeman-srch -t task ",
32 "desc": "List all available task packages."
33 },
34 {
35 "script": "apeman-srch -t task \"foo\" ",
36 "desc": "List all available task which match term \"foo\"."
37 }
38 ]
39}
\No newline at end of file