Process.withArgs

Return a new Process with the provided arguments appended, leaving the original unchanged.

This is the non-mutating counterpart of addArgs. Can be called multiple times to progressively build up arguments.

struct Process
const
withArgs
(
in string[] args...
)

Meta