class Spinna::CLI
Public Instance Methods
get()
click to toggle source
# File lib/spinna/cli.rb, line 12 def get begin client = Client.new client.get(options) exit 0 rescue StandardError => e puts e.message exit 1 end end