UNPKG

477 BJSONView Raw
1{
2 "input": {
3 "desc": "Path(s) to your input file.",
4 "type": "array",
5 "alias": ["i"]
6 },
7 "tasksDir": {
8 "desc": "Path(s) that will be auto-loaded for task resolution",
9 "type": "array"
10 },
11 "reporters": {
12 "desc": "Paths to modules that contain a reporter",
13 "type": "array",
14 "alias": ["r"]
15 },
16 "cwd": {
17 "desc": "Current Working directory",
18 "type": "string"
19 },
20 "version": {
21 "desc": "Show the current Crossbow version"
22 }
23}