class Cli
CLI Entry point
Public Instance Methods
info(*name)
click to toggle source
# File lib/game-finder/cli.rb, line 13 def info(*name) Info.new.find(name, options) end
search(*query)
click to toggle source
# File lib/game-finder/cli.rb, line 8 def search(*query) Search.new.game(query, options) end