Class: HiddenHippo::Cli::App

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

Instance Method Summary collapse

Instance Method Details

#read(file) ⇒ Object



17
18
19
20
# File 'lib/hidden_hippo/cli/app.rb', line 17

def read(file)
  HiddenHippo.configure_db!
  Reader.new(file).call
end