Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ printJson
Function
printJson
packages/cli/src/cli.ts:572–574 ·
view source on GitHub ↗
(data: unknown)
Source
from the content-addressed store, hash-verified
570
}
571
572
function
printJson(data: unknown) {
573
console.log(JSON.stringify(data, null, 2))
574
}
575
576
function
parsePositiveInteger(value: string) {
577
const
parsed = Number(value)
Callers
2
handleCreate
Function · 0.85
cli
Function · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected