Process.setArgs

Set arguments for the process

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

Parameters

args string[]

array of arguments to run program with

Return Value

Type: auto ref

reference to this (process instance)

Meta