kvision-electron
6.0.2
kvision-electron
/
io.kvision.electron.electron
/
CommandLine
Command
Line
open
external
class
CommandLine
Constructors
Functions
Constructors
Command
Line
Link copied to clipboard
fun
CommandLine
(
)
Functions
append
Argument
Link copied to clipboard
open
fun
appendArgument
(
value
:
String
)
append
Switch
Link copied to clipboard
open
fun
appendSwitch
(
the_switch
:
String
,
value
:
String
=
definedExternally
)
get
Switch
Value
Link copied to clipboard
open
fun
getSwitchValue
(
the_switch
:
String
)
:
String
has
Switch
Link copied to clipboard
open
fun
hasSwitch
(
the_switch
:
String
)
:
Boolean