Class: Funktor::CLI::Application

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

Class Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

This makes thor report the correct exit code in the event of a failure.

Returns:

  • (Boolean)


11
12
13
# File 'lib/funktor/cli/application.rb', line 11

def self.exit_on_failure?
  true
end