Class: Brut::TUI::Script::Events::CommandExecutionFailed
- Inherits:
-
ExecutingCommand
- Object
- Events::BaseEvent
- ExecutingCommand
- Brut::TUI::Script::Events::CommandExecutionFailed
- Defined in:
- lib/brut/tui/script/events/command_execution_failed.rb
Overview
Fired when a subcommand exited nonzero
Instance Method Summary collapse
Methods inherited from ExecutingCommand
#deconstruct_keys, #initialize
Methods inherited from Events::BaseEvent
#deconstruct_keys, #drain_then_exit?, handler_method_name
Constructor Details
This class inherits a constructor from Brut::TUI::Script::Events::ExecutingCommand
Instance Method Details
#exit? ⇒ Boolean
3 |
# File 'lib/brut/tui/script/events/command_execution_failed.rb', line 3 def exit? = true |