Class: Ey::Core::Cli::Help
- Inherits:
-
Belafonte::App
- Object
- Belafonte::App
- Ey::Core::Cli::Help
- Defined in:
- lib/ey-core/cli/help.rb
Instance Method Summary collapse
Instance Method Details
#handle ⇒ Object
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 |