Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/driangle/taskmd
/ outputNextYAML
Function
outputNextYAML
apps/cli/internal/cli/next.go:312–314 ·
view source on GitHub ↗
(recs []Recommendation)
Source
from the content-addressed store, hash-verified
310
}
311
312
func
outputNextYAML(recs []Recommendation) error {
313
return
WriteYAML(os.Stdout, recs)
314
}
315
316
// validNextColumns lists all valid column names for the next command.
317
var
validNextColumns = []string{
Callers
1
runNext
Function · 0.85
Calls
1
WriteYAML
Function · 0.85
Tested by
no test coverage detected