commands top-level property

List<Command<void>> commands
final

Implementation

final commands = List<Command<void>>.unmodifiable(
  [
    CheckCommand(),
    DartCommand(),
    GenerateCommand(),
    ListCommand(),
    PresubmitCommand(),
    PubCommand(),
    ReadmeCommand(),
  ],
);