runCommandSync abstract method
Run a single command synchronously.
Returns a process result (or throw if specified in the shell).
Implementation
ShellProcessResult runCommandSync(ShellCommand command);
Run a single command synchronously.
Returns a process result (or throw if specified in the shell).
ShellProcessResult runCommandSync(ShellCommand command);