Class: Suma::Cli::Core
- Inherits:
-
Thor
- Object
- Thor
- Suma::Cli::Core
- Extended by:
- ThorExt::Start
- Defined in:
- lib/suma/cli.rb
Overview
Core command class for handling CLI entrypoints
Class Method Summary collapse
Instance Method Summary collapse
Methods included from ThorExt::Start
Class Method Details
.exit_on_failure? ⇒ Boolean
39 40 41 |
# File 'lib/suma/cli.rb', line 39 def self.exit_on_failure? true end |