appendSwitchWithValue

abstract fun appendSwitchWithValue(name: String, value: String)

Add a switch with the specified value to the end of the command line.

Parameters

name

name of the switch.

value

value for the switch.