GenerateCommand constructor

GenerateCommand()

Implementation

GenerateCommand() {
  addSubcommand(GenerateModuleSubCommand());
  addSubcommand(GenerateModuleAbbrSubCommand());
  addSubcommand(GenerateTripleSubCommand());
  addSubcommand(GenerateTripleAbbrSubCommand());
  addSubcommand(GenerateMobxSubCommand());
  addSubcommand(GenerateMobxAbbrSubCommand());
  addSubcommand(GenerateBlocSubCommand());
  addSubcommand(GenerateBlocAbbrSubCommand());
  addSubcommand(GenerateRxNotifierSubCommand());
  addSubcommand(GenerateRxNotifierAbbrSubCommand());
  addSubcommand(GenerateRepositorySubCommand());
  addSubcommand(GenerateRepositoryAbbrSubCommand());
  addSubcommand(GenerateServiceSubCommand());
  addSubcommand(GenerateServiceAbbrSubCommand());
  addSubcommand(GenerateCubitSubCommand());
  addSubcommand(GenerateCubitAbbrSubCommand());
  addSubcommand(GeneratePageSubCommand());
  addSubcommand(GeneratePageAbbrSubCommand());
  addSubcommand(GenerateWidgetSubCommand());
  addSubcommand(GenerateWidgetAbbrSubCommand());
  addSubcommand(GenerateUseCaseSubCommand());
  addSubcommand(GenerateUseCaseAbbrSubCommand());
  addSubcommand(GenerateDataSourceSubCommand());
  addSubcommand(GenerateDataSourceAbbrSubCommand());
}