Method: Processing::Runner#execute

Defined in:
lib/picrate/runner.rb

#executeObject

Dispatch central.



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

def execute
  parse_options('-h') if options.empty?
  show_version if options[:version]
  create if options[:create]
  install(filename) if options[:install]
end