ConsoleRun extension

on

Methods

run({required String executable, required Command command, Iterable<String> arguments = const []}) Future<void>

Available on Console, provided by the ConsoleRun extension

Runs a Command with the given iterable of arguments.
runWithContext(Command command, CommandContext context) Future<void>

Available on Console, provided by the ConsoleRun extension

Runs a Command with the given CommandContext.
runWithInput(Command command, CommandInput input) Future<void>

Available on Console, provided by the ConsoleRun extension

Runs a Command with the given CommandInput.