Module: Tastytrade::CLIHelpers::ClassMethods
- Defined in:
- lib/tastytrade/cli_helpers.rb
Instance Method Summary collapse
-
#exit_on_failure? ⇒ Boolean
Ensure consistent exit behavior.
Instance Method Details
#exit_on_failure? ⇒ Boolean
Ensure consistent exit behavior
15 16 17 |
# File 'lib/tastytrade/cli_helpers.rb', line 15 def exit_on_failure? true end |