commands top-level property

List<Command> commands
final

Implementation

final List<Command> commands = [
  CreateCommand(),
  HelpCommand(),
  VersionCommand(),
  InitCommand(),
  InstallCommand(),
  RemoveCommand(),
  SortCommand(),
  UpdateCommand(),
];