Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LunaSource/Luna
/ Execute
Function
Execute
cmd/root.go:17–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
func
Execute() {
18
err := rootCmd.Execute()
19
if
err != nil {
20
os.Exit(1)
21
}
22
}
23
24
func
init() {
25
rootCmd.CompletionOptions.DisableDefaultCmd = true
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected