mirror of
https://github.com/electron/electron.git
synced 2026-01-29 17:28:18 -05:00
* feat: add app.commandLine.hasSwitch() / app.commandLine.getSwitchValue() * add more tests * refactor: move appendSwitch / appendArgument to command_line module * replace AppendSwitchASCII with AppendSwitchNative * remove castArgs
5 lines
50 B
JSON
5 lines
50 B
JSON
{
|
|
"name": "command-line",
|
|
"main": "main.js"
|
|
}
|