runCommandSync method
Run a single command synchronously.
Returns a process result (or throw if specified in the shell).
Implementation
@override
ShellProcessResult runCommandSync(ShellCommand command) {
throw UnimplementedError('runCommandSync($command)');
}