run abstract method

Future<ProcessResult> run([
  1. Stdout? stdout
])

Runs a command within a IShell environment. Returning the piped commands result. May throw CommandExceptions.

since 2.2.0

Implementation

Future<ProcessResult> run([Stdout? stdout]);