Versions in this module Expand all Collapse all v1 v1.0.1 Jun 22, 2025 Changes in this version + var ErrNoTasks = errors.New("no tasks") v1.0.0 Jun 20, 2025 Changes in this version + func ConfirmAction(prompt string) bool + func FilterTasks(tasks []task.Task, filterComplete bool, filterPriority bool, ...) []task.Task + func PrintTasks(tasks []task.Task) + func VerifyDate(date string) error