Class: Negroku::CLI

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

Instance Method Summary collapse

Constructor Details

#initializeCLI



202
203
204
205
206
207
208
209
210
# File 'lib/negroku/cli.rb', line 202

def initialize(*)
  super

  # Show the version
  if options[:version]
    puts Negroku::VERSION
    exit 0
  end
end