Class: Alf::Shell::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/alf/shell/command/help.rb

Instance Method Summary collapse

Instance Method Details

#execute(args) ⇒ Object

Command execution



6
7
8
# File 'lib/alf/shell/command/help.rb', line 6

def execute(args)
  show_help(args.first.strip)
end