Class: Eyecon::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/eyecon/cli.rb

Instance Method Summary collapse

Instance Method Details

#cacheObject



14
15
16
# File 'lib/eyecon/cli.rb', line 14

def cache
  Eyecon.cache
end

#open(word) ⇒ Object



9
10
11
# File 'lib/eyecon/cli.rb', line 9

def open(word)
  Eyecon.search(word)
end