commands property

List<Command> commands
final

The commands registered with the FKIT command-line interface.

Implementation

static final List<Command> commands = [
  AnalyzeCommand(),
  CleanCommand(),
  ConfigCommand(),
  BuildCommand(),
  DoctorCommand(),
  ExtensionCommand(),
  FeatureCommand(),
  FirebaseCommand(),
  FixCommand(),
  FormatCommand(),
  GenerateCommand(),
  GetCommand(),
  HelpCommand(),
  InitCommand(),
  LocalizationCommand(),
  RunCommand(),
  SigningCommand(),
  ValidateCommand(),
  WatchCommand(),
  MakeCommand(),
  InstallCommand(),
  IconCommand(),
  SetupCommand(),
];