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

Function resetImportFlags

apps/cli/internal/cli/importcmd_test.go:15–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func resetImportFlags() {
16 importSource = ""
17 importProject = ""
18 importTokenEnv = ""
19 importUserEnv = ""
20 importBaseURL = ""
21 importOutDir = "./tasks"
22 importFilter = ""
23 importDryRun = false
24 importFormat = "table"
25 importRepo = ""
26 importLabels = ""
27 importMilestone = ""
28 importAssignee = ""
29 importURL = ""
30 importJQL = ""
31}
32
33func TestImportCommand_NonInteractive(t *testing.T) {
34 sourceName := "test-import-cli"

Calls

no outgoing calls

Tested by

no test coverage detected