Class: RSMP::Schema::CLI
- Inherits:
-
Thor
- Object
- Thor
- RSMP::Schema::CLI
- Defined in:
- lib/rsmp_schema/cli.rb
Overview
Command-line interface for rsmp_schema tools.
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
avoid Thor returnin 0 on failures, see https://github.com/coinbase/salus/pull/380/files.
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
avoid Thor returnin 0 on failures, see https://github.com/coinbase/salus/pull/380/files
19 20 21 |
# File 'lib/rsmp_schema/cli.rb', line 19 def self.exit_on_failure? true end |