Class: EYCli::Command::Help::HelpParser
- Inherits:
-
Object
- Object
- EYCli::Command::Help::HelpParser
- Defined in:
- lib/ey_cli/commands/help.rb
Instance Method Summary collapse
Instance Method Details
#parse(args) ⇒ Object
59 60 61 |
# File 'lib/ey_cli/commands/help.rb', line 59 def parse(args) {:command_name => args.shift} end |