MCPcopy 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
57func resetRmFlags() {
58 rmForce = false
59 rmDryRun = false
60 taskDir = "."
61}
62
63func captureRmOutput(t *testing.T, args []string) (string, error) {
64 t.Helper()

Callers 12

TestRm_WithForceFunction · 0.85
TestRm_DryRunFunction · 0.85
TestRm_TaskNotFoundFunction · 0.85
TestRm_BlockedByParentFunction · 0.85
TestRm_DeletesWorklogFunction · 0.85
TestRm_ShowsTaskDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected