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

Function resetGetFlags

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

Source from the content-addressed store, hash-verified

75}
76
77func resetGetFlags() {
78 getFormat = "text"
79 getExact = false
80 getThreshold = 0.6
81 getRawMarkdown = false
82 taskDir = "."
83}
84
85func captureGetOutput(t *testing.T, query string) string {
86 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected