Class: SmilyCli::BaseCommand
- Inherits:
-
Thor
- Object
- Thor
- SmilyCli::BaseCommand
- Defined in:
- lib/smily_cli/base_command.rb
Overview
Direct Known Subclasses
CLI, Commands::AuthCommand, Commands::ConfigCommand, Commands::McpCommand, ResourceCommand
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
Make Thor exit non-zero on its own argument errors.
Class Method Details
.exit_on_failure? ⇒ Boolean
Make Thor exit non-zero on its own argument errors.
13 14 15 |
# File 'lib/smily_cli/base_command.rb', line 13 def self.exit_on_failure? true end |