MCPcopy 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
33func exitHelp() {
34 fmt.Fprintln(os.Stdout, USAGE)
35 os.Exit(0)
36}
37
38func exitError(msg string) {
39 //fmt.Fprintln(os.Stderr, USAGE)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected