GenerateCommand constructor

GenerateCommand()

Implementation

GenerateCommand() {
  addSubcommand(GenerateModuleCommand());
  addSubcommand(GenerateTestCommand());
}