kmp-process
Toggle table of contents
0.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-process
process
/
io.matthewnelson.kmp.process
/
Process
/
Builder
/
args
args
fun
args
(
arg
:
String
)
:
Process.Builder
(
source
)
Add a single argument
fun
args
(
vararg
args
:
String
)
:
Process.Builder
(
source
)
fun
args
(
args
:
List
<
String
>
)
:
Process.Builder
(
source
)
Add multiple arguments