UNPKG

787 BJSONView Raw
1{
2 "version": "0.9.0",
3 "commands": [
4 {
5 "_base": "@anycli/command@0.3.7",
6 "title": "scaffolded command that says hello",
7 "id": "hello",
8 "description": "\nAdd a longer description here\n...\n...\n",
9 "pluginName": "@anycli/example-plugin-ts",
10 "aliases": [],
11 "flags": {
12 "name": {
13 "name": "name",
14 "type": "option",
15 "char": "n",
16 "description": "name to print",
17 "hidden": false,
18 "required": false
19 },
20 "force": {
21 "name": "force",
22 "type": "boolean",
23 "char": "f"
24 }
25 },
26 "args": [
27 {
28 "name": "file",
29 "description": "file to output",
30 "required": false
31 }
32 ]
33 }
34 ]
35}