class Ey::Core::Cli::Help
Public Instance Methods
handle()
click to toggle source
# File lib/ey-core/cli/help.rb, line 13 def handle Main.new( command_line.unshift('-h'), stdin, stdout, stderr, kernel ).execute! end
Private Instance Methods
command_line()
click to toggle source
# File lib/ey-core/cli/help.rb, line 24 def command_line arg(:command_line) end