Class: Poli::Runner

Inherits:
Thor
  • Object
show all
Defined in:
lib/poli/runner.rb

Instance Method Summary collapse

Instance Method Details

#generateObject



15
16
17
# File 'lib/poli/runner.rb', line 15

def generate
  Poli::Generators::Config.start([options[:path]])
end

#versionObject



9
10
11
# File 'lib/poli/runner.rb', line 9

def version
  say "Poli #{Poli::VERSION}"
end