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