Class: Charyf::Command::HelpCommand
- Defined in:
- lib/charyf/utils/commands/help/help.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Base
banner, base_name, command_name, desc, desc_file, executable, hide_command!, inherited, namespace, perform, printing_commands
Methods included from Actions
#load_generators, #require_application_and_environment!, #start_interfaces!, #start_pipeline!
Instance Method Details
#help ⇒ Object
12 13 14 15 16 |
# File 'lib/charyf/utils/commands/help/help.rb', line 12 def help(*) puts self.class.desc Charyf::Command.print_commands end |