class Rails::Command::DestroyCommand

def help

def help
  boot_application!
  load_generators
  Rails::Generators.help self.class.command_name
end