Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/driangle/taskmd
/ resetRmFlags
Function
resetRmFlags
apps/cli/internal/cli/rm_test.go:57–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
resetRmFlags() {
58
rmForce = false
59
rmDryRun = false
60
taskDir =
"."
61
}
62
63
func
captureRmOutput(t *testing.T, args []string) (string, error) {
64
t.Helper()
Callers
12
TestRm_WithForce
Function · 0.85
TestRm_DryRun
Function · 0.85
TestRm_TaskNotFound
Function · 0.85
TestRm_InteractiveConfirmYes
Function · 0.85
TestRm_InteractiveConfirmNo
Function · 0.85
TestRm_InteractiveConfirmEmpty
Function · 0.85
TestRm_BlockedByDependency
Function · 0.85
TestRm_BlockedByParent
Function · 0.85
TestRm_ForceDeletesReferencedTask
Function · 0.85
TestRm_DeletesWorklog
Function · 0.85
TestRm_WorklogDirKeptIfNotEmpty
Function · 0.85
TestRm_ShowsTaskDetails
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected