Class: Imagemaster3000::CLI
- Inherits:
-
Thor
- Object
- Thor
- Imagemaster3000::CLI
- Defined in:
- lib/imagemaster3000/cli.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
67 68 69 70 71 72 73 |
# File 'lib/imagemaster3000/cli.rb', line 67 def start initialize_configuration initialize_logger logger.debug "Imagemaster3000 'start' called with parameters: #{Imagemaster3000::Settings.to_hash.inspect}" Imagemaster3000::MainProcess.new.run end |
#version ⇒ Object
76 77 78 |
# File 'lib/imagemaster3000/cli.rb', line 76 def version $stdout.puts Imagemaster3000::VERSION end |