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

Function resetFeedFlags

apps/cli/internal/cli/feed_test.go:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func resetFeedFlags() {
48 feedFormat = "text"
49 feedLimit = 20
50 feedSince = ""
51 feedScope = ""
52 feedSource = "all"
53}
54
55// noopGitShow returns an error so enrichEntriesWithTaskStatus is a no-op.
56func noopGitShow(_, _ string) (string, error) {

Calls

no outgoing calls

Tested by

no test coverage detected