Class: Patcmd::CLI::Core

Inherits:
Thor
  • Object
show all
Defined in:
lib/patcmd/cli/commands/core.rb

Class Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

Ensure the CLI exits with a non-zero status code on failure

Returns:

  • (Boolean)


14
15
16
# File 'lib/patcmd/cli/commands/core.rb', line 14

def exit_on_failure?
  true
end