Class: Charyf::Command::HelpCommand

Inherits:
Base show all
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

#helpObject



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