Method: TempestTime::Command#execute
- Defined in:
- lib/tempest_time/command.rb
#execute ⇒ Object
20 21 22 23 24 |
# File 'lib/tempest_time/command.rb', line 20 def execute(*) execute! rescue TTY::Reader::InputInterrupt prompt.say(pastel.yellow("\nGoodbye!")) end |