{
"name": "electron",
"description": "Build cross platform desktop apps with JavaScript, HTML and CSS",
"options": [
{
"names": [
"-i",
"--interactive"
],
"description": "Open a REPL to the main process"
},
{
"names": [
"-r",
"--require"
],
"description": "Module to preload",
"takes_arg": true,
"arg": {
"name": "module",
"template": "filepaths"
}
},
{
"names": [
"-v",
"--version"
],
"description": "Print the version"
},
{
"names": [
"-a",
"--abi"
],
"description": "Print the Node ABI version"
}
],
"args": [
{
"name": "path",
"description": "A path to an electron app",
"template": "filepaths"
}
]
}