MCPcopy 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
77func printHelpAndExit() {
78 fmt.Print(helpText)
79 os.Exit(0)
80}
81
82func printErrorAndExit(err error) {
83 fmt.Println("c4checker Error:")

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected