CommandLine

open external class CommandLine

Constructors

Link copied to clipboard
constructor()

Functions

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