class Rails::Command::NewCommand

def help

def help
  Rails::Command.invoke :application, [ "--help" ]
end