()
| 10 | ) |
| 11 | |
| 12 | func 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. |
no outgoing calls
no test coverage detected