GenerateCommand constructor

GenerateCommand()

Implementation

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