ElectronCommandLine.appendArgument method
ElectronCommandLine › appendArgument
Unofficial
Appends an argument to Chromium's command line. The argument is quoted correctly.Signature:
appendArgument(value: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | The argument to append. |
Returns: void