mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-18 14:38:23 +00:00
161 lines
2.4 KiB
JSON
161 lines
2.4 KiB
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"_": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"open": {
|
|
"type": "boolean"
|
|
},
|
|
"o": {
|
|
"type": "boolean"
|
|
},
|
|
"version": {
|
|
"type": "boolean"
|
|
},
|
|
"v": {
|
|
"type": "boolean"
|
|
},
|
|
"help": {
|
|
"type": "boolean"
|
|
},
|
|
"h": {
|
|
"type": "boolean"
|
|
},
|
|
"quiet": {
|
|
"type": "boolean"
|
|
},
|
|
"q": {
|
|
"type": "boolean"
|
|
},
|
|
"silent": {
|
|
"type": "boolean"
|
|
},
|
|
"s": {
|
|
"type": "boolean"
|
|
},
|
|
"jsonStacks": {
|
|
"type": "boolean"
|
|
},
|
|
"json-stacks": {
|
|
"type": "boolean"
|
|
},
|
|
"svg": {
|
|
"type": "boolean"
|
|
},
|
|
"log-output": {
|
|
"type": "boolean"
|
|
},
|
|
"logOutput": {
|
|
"type": "boolean"
|
|
},
|
|
"timestamp-profiles": {
|
|
"type": "boolean"
|
|
},
|
|
"timestampProfiles": {
|
|
"type": "boolean"
|
|
},
|
|
"trace-info": {
|
|
"type": "boolean"
|
|
},
|
|
"traceInfo": {
|
|
"type": "boolean"
|
|
},
|
|
"theme": {
|
|
"type": "string"
|
|
},
|
|
"include": {
|
|
"type": "string"
|
|
},
|
|
"exclude": {
|
|
"type": "string"
|
|
},
|
|
"l": {
|
|
"type": "string"
|
|
},
|
|
"langs": {
|
|
"type": "string"
|
|
},
|
|
"t": {
|
|
"type": "string"
|
|
},
|
|
"tiers": {
|
|
"type": "string"
|
|
},
|
|
"g": {
|
|
"type": "string"
|
|
},
|
|
"gen": {
|
|
"type": "string"
|
|
},
|
|
"D": {
|
|
"type": "string"
|
|
},
|
|
"output-dir": {
|
|
"type": "string"
|
|
},
|
|
"outputDir": {
|
|
"type": "string"
|
|
},
|
|
"output-html": {
|
|
"type": "string"
|
|
},
|
|
"outputHtml": {
|
|
"type": "string"
|
|
},
|
|
"F": {
|
|
"type": "string"
|
|
},
|
|
"stacks-only": {
|
|
"type": "boolean"
|
|
},
|
|
"title": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"delay": {
|
|
"type": "number"
|
|
},
|
|
"phase": {
|
|
"type": "number"
|
|
},
|
|
"d": {
|
|
"type": "number"
|
|
},
|
|
"visualize-only": {
|
|
"type": "string"
|
|
},
|
|
"visualizeOnly": {
|
|
"type": "string"
|
|
},
|
|
"collect-only": {
|
|
"type": "boolean"
|
|
},
|
|
"collectOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"prof-viz": {
|
|
"type": "boolean"
|
|
},
|
|
"profViz": {
|
|
"type": "boolean"
|
|
},
|
|
"prof-only": {
|
|
"type": "boolean"
|
|
},
|
|
"profOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"--": {
|
|
"type": "array",
|
|
"items": {}
|
|
}
|
|
}
|
|
}
|