Class: EYCli::Command::Show::ShowParser

Inherits:
Object
  • Object
show all
Defined in:
lib/ey_cli/commands/show.rb

Instance Method Summary collapse

Instance Method Details

#parse(args) ⇒ Object



61
62
63
64
# File 'lib/ey_cli/commands/show.rb', line 61

def parse(args)
  name = args.empty? ? nil : args.shift.downcase
  {:app_name => name}
end