CreateCommand constructor

CreateCommand()

Implementation

CreateCommand() {
  addSubcommand(CreateProjectCommand());
  addSubcommand(CreateModelCommand());
  addSubcommand(CreateServiceProviderCommand());
  addSubcommand(CreateWidgetCommand());
}