()
| 45 | } |
| 46 | |
| 47 | func 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. |
| 56 | func noopGitShow(_, _ string) (string, error) { |
no outgoing calls
no test coverage detected