class Rails::Command::ApplicationCommand
:nodoc:
def help
def help perform # Punt help output to the generator. end
def perform(*args)
def perform(*args) Rails::Generators::AppGenerator.start \ Rails::Generators::ARGVScrubber.new(args).prepare! end