Class: Rails::Command::HelpCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/rails/commands/help/help_command.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Base

banner, base_name, command_name, default_command_root, desc, engine?, executable, hide_command!, inherited, namespace, perform, printing_commands, usage_path

Methods included from Actions

#load_generators, #load_tasks, #require_application_and_environment!, #set_application_directory!

Instance Method Details

#helpObject



6
7
8
9
10
# File 'lib/rails/commands/help/help_command.rb', line 6

def help(*)
  puts self.class.desc

  Rails::Command.print_commands
end