CommandToRun constructor
const
CommandToRun({})
Implementation
const CommandToRun({
required this.command,
required this.workingDirectory,
this.keys,
this.runConcurrently = false,
this.envFile = const [],
String? label,
}) : label = label ?? command;