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

Function resetTracksFlags

apps/cli/internal/cli/tracks_test.go:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func resetTracksFlags() {
127 tracksFormat = "table"
128 tracksFilters = []string{}
129 tracksLimit = 0
130 tracksScope = ""
131}
132
133func TestTracks_JSONFormat(t *testing.T) {
134 tmpDir := createTracksTestTaskFiles(t)

Calls

no outgoing calls

Tested by

no test coverage detected