Class: EYCli::Command::Show::ShowParser
- Inherits:
-
Object
- Object
- EYCli::Command::Show::ShowParser
- Defined in:
- lib/ey_cli/commands/show.rb
Instance Method Summary collapse
Instance Method Details
#parse(args) ⇒ Object
76 77 78 79 |
# File 'lib/ey_cli/commands/show.rb', line 76 def parse(args) name = args.empty? ? nil : args.shift.downcase {:app_name => name} end |