Class: Wiq::Commands::Base
- Inherits:
-
Thor
- Object
- Thor
- Wiq::Commands::Base
- 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.
Direct Known Subclasses
Auth, BillingProfiles, Charges, CheckIns, Doctor, Events, Metrics, PaidSessions, ProspectFamilies, Prospects, Registrations, Reports, Rosters, Setup, Workflows, Wrestlers
Class Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
19 20 21 |
# File 'lib/wiq/commands/base.rb', line 19 def self.exit_on_failure? true end |