Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byterocket/c4udit
/ printHelpAndExit
Function
printHelpAndExit
main.go:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
`
76
77
func
printHelpAndExit() {
78
fmt.Print(helpText)
79
os.Exit(0)
80
}
81
82
func
printErrorAndExit(err error) {
83
fmt.Println(
"c4checker Error:"
)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected