Class: KBE::CLI::HelpCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/kbe/cli/help_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
# File 'lib/kbe/cli/help_command.rb', line 6

def execute
  exec "kbe -h"
end