MCPcopy Index your code
hub / github.com/1Password/for-open-source / printUsageAndExit

Function printUsageAndExit

script/main.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func printUsageAndExit() {
13 log.Fatal("Usage: ./processor <review|approve|aggregate> [--test <name>]")
14}
15
16func getEnv(key string) (string, error) {
17 value := os.Getenv(key)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected