Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
func
printUsageAndExit() {
13
log.Fatal(
"Usage: ./processor <review|approve|aggregate> [--test <name>]"
)
14
}
15
16
func
getEnv(key string) (string, error) {
17
value := os.Getenv(key)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected