Class: Wiq::Commands::Base

Inherits:
Thor
  • Object
show all
Defined in:
lib/wiq/commands/base.rb

Overview

Parent class for every subcommand group. Defines the cross-cutting –host / –json / –agent options and the helpers each command uses.

Class Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/wiq/commands/base.rb', line 19

def self.exit_on_failure?
  true
end