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

Function resetProjectRegistryFlags

apps/cli/internal/cli/project_registry_test.go:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func resetProjectRegistryFlags() {
13 projectRegisterID = ""
14 projectRegisterPath = ""
15 projectRegisterName = ""
16 projectUnregisterID = ""
17}
18
19// createProjectDir creates a temp directory with a .taskmd.yaml file inside.
20// Returns the symlink-resolved path for reliable comparisons on macOS.

Calls

no outgoing calls

Tested by

no test coverage detected