MCPcopy Create free account
hub / github.com/conventionalcommit/commitlint / main

Function main

main.go:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10var errExitCode = 1
11
12func main() {
13 err := cmd.Run()
14 if err != nil {
15 fmt.Println("Error:", err)
16 os.Exit(errExitCode)
17 }
18}

Callers

nothing calls this directly

Calls 1

RunFunction · 0.92

Tested by

no test coverage detected