Class: Patcmd::CLI::Core
- Inherits:
-
Thor
- Object
- Thor
- Patcmd::CLI::Core
- Defined in:
- lib/patcmd/cli/commands/core.rb
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
Ensure the CLI exits with a non-zero status code on failure.
Class Method Details
.exit_on_failure? ⇒ Boolean
Ensure the CLI exits with a non-zero status code on failure
14 15 16 |
# File 'lib/patcmd/cli/commands/core.rb', line 14 def exit_on_failure? true end |