UNPKG

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