Class: Autowow::Executor::PrettyWithOutput
- Inherits:
-
TTY::Command::Printers::Pretty
- Object
- TTY::Command::Printers::Pretty
- Autowow::Executor::PrettyWithOutput
- Defined in:
- lib/autowow/executor.rb
Instance Method Summary collapse
Instance Method Details
#print_command_exit(cmd, status, runtime, *args) ⇒ Object
16 17 18 19 |
# File 'lib/autowow/executor.rb', line 16 def print_command_exit(cmd, status, runtime, *args) super write(TTY::Command::Cmd.new("dummy"), "") end |