Class: Boxing::Command

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

Overview

The Main Command

Since:

  • 0.1.0

Class Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

:nodoc:

Returns:

  • (Boolean)

Since:

  • 0.1.0



11
12
13
# File 'lib/boxing/command.rb', line 11

def self.exit_on_failure?
  true
end