Class: Ey::Core::Cli::Help

Inherits:
Belafonte::App
  • Object
show all
Defined in:
lib/ey-core/cli/help.rb

Instance Method Summary collapse

Instance Method Details

#handleObject



13
14
15
16
17
18
19
20
21
# File 'lib/ey-core/cli/help.rb', line 13

def handle
  Main.new(
    command_line.unshift('-h'),
    stdin,
    stdout,
    stderr,
    kernel
  ).execute!
end