module Rtasklib::Models
Module that holds all domain model related functionality. Primarily Taskrc
and TaskModel
representations.
Constants
- RcBooleans
Allows us to treat the strings “on”, “off”, “no”, “yes” as Booleans, Which is how
TaskWarrior
does it.