Class: Openbox::Entrypoint

Inherits:
Thor
  • Object
show all
Defined in:
lib/openbox/entrypoint.rb

Overview

The Container Entrypoint

Since:

  • 0.1.0

Class Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

:nodoc:

Returns:

  • (Boolean)

Since:

  • 0.1.0



13
14
15
# File 'lib/openbox/entrypoint.rb', line 13

def self.exit_on_failure?
  true
end