MCPcopy Create free account
hub / github.com/driangle/taskmd / resetStatusFlags

Function resetStatusFlags

apps/cli/internal/cli/status_test.go:77–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func resetStatusFlags() {
78 statusFormat = "text"
79 statusExact = false
80 statusThreshold = 0.6
81 statusMinimal = false
82 statusStatusline = false
83 statusScope = ""
84 taskDir = "."
85}
86
87func captureStatusOutput(t *testing.T, query string) string {
88 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected