Class: Funktor::CLI::Application
- Inherits:
-
Thor
- Object
- Thor
- Funktor::CLI::Application
- Defined in:
- lib/funktor/cli/application.rb
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
This makes thor report the correct exit code in the event of a failure.
Class Method Details
.exit_on_failure? ⇒ Boolean
This makes thor report the correct exit code in the event of a failure.
11 12 13 |
# File 'lib/funktor/cli/application.rb', line 11 def self.exit_on_failure? true end |