Skip to content

ElectronCommandLine.appendArgument method

ElectronCommandLine › appendArgument

Unofficial

Appends an argument to Chromium's command line. The argument is quoted correctly.

Signature:

appendArgument(value: string): void

Parameters:

Parameter Type Description
value string The argument to append.

Returns: void