Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/driangle/taskmd
/ outputNextJSON
Function
outputNextJSON
apps/cli/internal/cli/next.go:308–310 ·
view source on GitHub ↗
(recs []Recommendation)
Source
from the content-addressed store, hash-verified
306
}
307
308
func
outputNextJSON(recs []Recommendation) error {
309
return
WriteJSON(os.Stdout, recs)
310
}
311
312
func
outputNextYAML(recs []Recommendation) error {
313
return
WriteYAML(os.Stdout, recs)
Callers
1
runNext
Function · 0.85
Calls
1
WriteJSON
Function · 0.85
Tested by
no test coverage detected