run abstract method

Future<CommandRun> run(
  1. String command
)

Runs command to completion and returns its captured output.

Implementation

Future<CommandRun> run(String command);