Class: Society::CLI

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

Instance Method Summary collapse

Instance Method Details

#from(*path) ⇒ Object



15
16
17
# File 'lib/society/cli.rb', line 15

def from(*path)
  Society.new(*path).report(format, options['output'])
end