taskExecStack() * ->stopOnFail() * ->exec('mkdir site') * ->exec('cd site') * ->run(); * * ?> * ``` */ class ExecStack extends CommandStack { }