kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.electron
/
CommandLine
Command
Line
open
external
class
CommandLine
(
source
)
Members
Constructors
Command
Line
Link copied to clipboard
constructor
(
)
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