mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-18 14:38:23 +00:00
142 lines
2.3 KiB
JSON
142 lines
2.3 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"
|
|
},
|
|
"writeTicks": {
|
|
"type": "boolean"
|
|
},
|
|
"write-ticks": {
|
|
"type": "boolean"
|
|
},
|
|
"treeDebug": {
|
|
"type": "boolean"
|
|
},
|
|
"tree-debug": {
|
|
"type": "boolean"
|
|
},
|
|
"D": {
|
|
"type": "string"
|
|
},
|
|
"workingDir": {
|
|
"type": "string"
|
|
},
|
|
"working-dir": {
|
|
"type": "string"
|
|
},
|
|
"output-dir": {
|
|
"type": "string"
|
|
},
|
|
"outputDir": {
|
|
"type": "string"
|
|
},
|
|
"output-html": {
|
|
"type": "string"
|
|
},
|
|
"outputHtml": {
|
|
"type": "string"
|
|
},
|
|
"F": {
|
|
"type": "string"
|
|
},
|
|
"title": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"visualize-only": {
|
|
"type": "string"
|
|
},
|
|
"visualizeOnly": {
|
|
"type": "string"
|
|
},
|
|
"visualize-cpu-profile": {
|
|
"type": "string"
|
|
},
|
|
"visualizeCpuProfile": {
|
|
"type": "string"
|
|
},
|
|
"collect-only": {
|
|
"type": "boolean"
|
|
},
|
|
"collectOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"on-port": {
|
|
"type": "string"
|
|
},
|
|
"onPort": {
|
|
"type": "string"
|
|
},
|
|
"P": {
|
|
"type": "string"
|
|
},
|
|
"collect-delay": {
|
|
"type": "number"
|
|
},
|
|
"collectDelay": {
|
|
"type": "number"
|
|
},
|
|
"kernelTracing": {
|
|
"type": "boolean"
|
|
},
|
|
"kernel-tracing": {
|
|
"type": "boolean"
|
|
},
|
|
"kernelTracingDebug": {
|
|
"type": "boolean"
|
|
},
|
|
"kernel-tracing-debug": {
|
|
"type": "boolean"
|
|
},
|
|
"pathToNodeBinary": {},
|
|
"path-to-node-binary": {},
|
|
"status": {},
|
|
"--": {
|
|
"type": "array",
|
|
"items": {}
|
|
},
|
|
"argv": {
|
|
"type": "array",
|
|
"items": {}
|
|
},
|
|
"onProcessExit": {}
|
|
}
|
|
}
|