Set the process' arguments from the arguments received by the method.
Remarks: The first element of the array must be the name of the process' executable.
the arguments that were set. This doesn't include the progname.
p.args("myprogram", "first", "second argument", "third");
See Implementation
Set the process' arguments from the arguments received by the method.
Remarks: The first element of the array must be the name of the process' executable.