module Timetrap module CLI extend Helpers attr_accessor :args extend self USAGE = <<-EOF Timetrap - Simple Time Tracking Usage: #{File.basename $0} COMMAND [OPTIONS] [ARGS...] where COMMAND is one of: * alter - alter an entry's note, start, or end time. Defaults to the active entry usage: t alter [--id ID] [--start TIME] [--end TIME] [NOTES] -i, --id Alter entry with id instead of the running entry -s, --start Change the start time to