Class: Taskwarrior::Calendar::App::BaseCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/taskwarrior/calendar/app/base.rb

Direct Known Subclasses

Command, ConvertCommand

Instance Method Summary collapse

Instance Method Details

#bailout(message) ⇒ Object



43
44
45
46
# File 'lib/taskwarrior/calendar/app/base.rb', line 43

def bailout(message)
  puts Pastel.new.red.bold(message)
  exit 1
end