runCommand abstract method

Future<ShellProcessResult> runCommand(
  1. ShellCommand command, {
  2. ShellCommandRunOptions? options,
})
inherited

Run a single command.

Returns a process result (or throw if specified in the shell).

Implementation

Future<ShellProcessResult> runCommand(
  ShellCommand command, {
  ShellCommandRunOptions? options,
});