Class: Hoboken::CLI

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

Overview

Hoboken’s command-line interface.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

Returns:

  • (Boolean)


170
171
172
# File 'lib/hoboken.rb', line 170

def self.exit_on_failure?
  true
end

Instance Method Details

#versionObject



65
66
67
# File 'lib/hoboken.rb', line 65

def version
  puts "Hoboken v#{Hoboken::VERSION}"
end