On Tue, 26 Feb 2013 09:36:24 -0500, Jacob Carlborg <[email protected]> wrote:

On 2013-02-26 15:22, Steven Schveighoffer wrote:

It would be nice to just be able to do this:

spawnProcess(split(executeThis));

I think we need an overload for that, especially if we get rid of the
auto-splitting of commands.  It should assert if the array is empty.

How about:

spawnProcess(string[] args ...);


Except there are non-string arguments at the end, stdin/stdout/stderr/config

-Steve

Reply via email to