MCPcopy Index your code
hub / github.com/AdminTurnedDevOps/CapabilityPE / Execute

Function Execute

cmd/root.go:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func Execute() {
28 if err := RootCmd.Execute(); err != nil {
29 fmt.Println(err)
30 os.Exit(1)
31 }
32}
33
34func init() {
35 cobra.OnInitialize(initConfig)

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected