()
| 13 | ) |
| 14 | |
| 15 | func resetSearchFlags() { |
| 16 | searchFormat = "table" |
| 17 | searchFilters = []string{} |
| 18 | searchSort = "" |
| 19 | searchLimit = 0 |
| 20 | taskDir = "." |
| 21 | noColor = true |
| 22 | } |
| 23 | |
| 24 | func createSearchTestFiles(t *testing.T) string { |
| 25 | t.Helper() |
no outgoing calls
no test coverage detected