BuildFilters should _and_ contexts/projects/tags

This commit is contained in:
2026-03-26 07:54:02 -05:00
parent 729084ae74
commit 834a857227
2 changed files with 44 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ import (
// timeCmd represents the time command
var timeCmd = &cobra.Command{
Use: "time",
Short: "A brief description of your command",
Short: "Output the total time for the given contexts/projects",
RunE: opShowTimers,
}