Process.setArgs

Set arguments for the process

Note, replaces currently configured args for the process with provided args

struct Process
void
setArgs
(
in string[] args...
)

Parameters

args string[]

array of arguments to run program with

Meta