Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ exitHelp
Function
exitHelp
shock-client/util.go:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
exitHelp() {
34
fmt.Fprintln(os.Stdout, USAGE)
35
os.Exit(0)
36
}
37
38
func
exitError(msg string) {
39
//fmt.Fprintln(os.Stderr, USAGE)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected