ListCommand constructor
ListCommand({
- required ScriptsYaml scriptsYaml,
- required Logger logger,
Implementation
ListCommand({
required this.scriptsYaml,
required this.logger,
});