GenerateCommand constructor
GenerateCommand()
Implementation
GenerateCommand() {
addSubcommand(GeneratePageCommand());
addSubcommand(GenerateSmartCommand());
addSubcommand(GenerateDumbCommand());
}
GenerateCommand() {
addSubcommand(GeneratePageCommand());
addSubcommand(GenerateSmartCommand());
addSubcommand(GenerateDumbCommand());
}