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

Function resetReportFlags

apps/cli/internal/cli/report_test.go:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func resetReportFlags() {
117 reportFormat = "md"
118 reportGroupBy = "status"
119 reportOut = ""
120 reportIncludeGraph = false
121 noColor = true
122}
123
124func captureReportOutput(t *testing.T, dir string) string {
125 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected