getSwitchValue

fun getSwitchValue(the_switch: String): String(source)

The command-line switch value.

This function is meant to obtain Chromium command line switches. It is not meant to be used for application-specific command line arguments. For the latter, please use process.argv.

!NOTE When the switch is not present or has no value, it returns empty string.