Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cronitorio/cronitor-cli
/ printLn
Function
printLn
cmd/root.go:386–392 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
384
}
385
386
func
printLn() {
387
if
isAutoDiscover || isSilent {
388
return
389
}
390
391
fmt.Println()
392
}
393
394
func
isPathToDirectory(path string) bool {
395
fileInfo, err := os.Stat(path)
Callers
4
processWindowsTaskScheduler
Function · 0.85
processDirectory
Function · 0.85
processCrontab
Function · 0.85
Update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected