Module: Dsu::Support::CommandOptions::TimeMnemonics

Included in:
TimeMnemonic
Defined in:
lib/dsu/support/command_options/time_mnemonics.rb

Constant Summary collapse

TODAY =

TODO: I18n.

%w[n today].freeze
TOMORROW =
%w[t tomorrow].freeze
YESTERDAY =
%w[y yesterday].freeze
RELATIVE_REGEX =
/\A[+-]\d+\z/