ListCommand constructor

ListCommand({
  1. required ScriptsYaml scriptsYaml,
  2. required Logger logger,
})

Implementation

ListCommand({
  required this.scriptsYaml,
  required this.logger,
});