MCPcopy Create free account
hub / github.com/discourse/discourse-auth-proxy / usage

Function usage

config.go:149–156  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

147}
148
149func usage(err error) {
150 flag.Usage()
151 if err != nil {
152 fmt.Fprintln(os.Stderr, "")
153 fmt.Fprintln(os.Stderr, err)
154 }
155 os.Exit(2)
156}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected