Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
Execute() {
28
if
err := RootCmd.Execute(); err != nil {
29
fmt.Println(err)
30
os.Exit(1)
31
}
32
}
33
34
func
init() {
35
cobra.OnInitialize(initConfig)
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected