"The D Way" to run a sequence of executables?
Matthew OConnor via Digitalmars-d-learn Fri, 24 Aug 2018 10:40:39 -0700
I'd like to run a sequence of executables with something like
std.process.execute, but I would like the sequence to error out
if one of the executables returns a non-zero return code. What is
the recommended way to do this? A wrapper that throws exceptions?
Checking return values?
- "The D Way" to run a se... Matthew OConnor via Digitalmars-d-learn
- Re: "The D Way" to... Jonathan M Davis via Digitalmars-d-learn
- Re: "The D Way" to... Chris M. via Digitalmars-d-learn
- Re: "The D Way" to... JN via Digitalmars-d-learn
- Re: "The D Way"... JN via Digitalmars-d-learn
- Re: "The D Way" to... Kagamin via Digitalmars-d-learn