Class: Boxing::Command
- Inherits:
-
Thor
- Object
- Thor
- Boxing::Command
- Defined in:
- lib/boxing/command.rb
Overview
The Main Command
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
:nodoc:.
Class Method Details
.exit_on_failure? ⇒ Boolean
:nodoc:
11 12 13 |
# File 'lib/boxing/command.rb', line 11 def self.exit_on_failure? true end |