MCPcopy Create free account
hub / github.com/apache/openwhisk-cli / main

Function main

main.go:50–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func main() {
51 defer func() {
52 if r := recover(); r != nil {
53 fmt.Println(r)
54 fmt.Println(T("Application exited unexpectedly"))
55 }
56 }()
57
58 if err := commands.Execute(); err != nil {
59 commands.ExitOnError(err)
60 }
61 return
62}

Callers

nothing calls this directly

Calls 2

ExecuteFunction · 0.92
ExitOnErrorFunction · 0.92

Tested by

no test coverage detected