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