Method: Propane::Runner#execute!

Defined in:
lib/propane/runner.rb

#execute!Object

Dispatch central.



23
24
25
26
27
28
# File 'lib/propane/runner.rb', line 23

def execute!
  show_help if options.empty?
  show_version if options[:version]
  create if options[:create]
  install(filename) if options[:install]
end