Method: ListTool::App::HelpCommand.execute

Defined in:
lib/list_tool/app/commands/help_command.rb

.execute(options, lister) ⇒ Object



15
16
17
# File 'lib/list_tool/app/commands/help_command.rb', line 15

def execute options, lister
  Printer.print_usage
end