MCPcopy Create free account
hub / github.com/FalconOpsLLC/goexec / Execute

Function Execute

cmd/root.go:307–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305}
306
307func Execute() {
308 if err := rootCmd.Execute(); err != nil {
309 fmt.Println(err)
310 os.Exit(1)
311 }
312 os.Exit(returnCode)
313}

Callers 1

mainFunction · 0.92

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…