runScript abstract method
Future<CommandResult>
runScript(
- String script, {
- required bool showOutput,
- FilterType? filterType,
filterType
is the type of filter to apply to the output
Implementation
Future<CommandResult> runScript(
String script, {
required bool showOutput,
FilterType? filterType,
});