CommandLine

open external class CommandLine

Functions

appendArgument
Link copied to clipboard
open fun appendArgument(value: String)
appendSwitch
Link copied to clipboard
open fun appendSwitch(the_switch: String, value: String = definedExternally)
getSwitchValue
Link copied to clipboard
open fun getSwitchValue(the_switch: String): String
hasSwitch
Link copied to clipboard
open fun hasSwitch(the_switch: String): Boolean