MCPcopy 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
17func Execute() {
18 err := rootCmd.Execute()
19 if err != nil {
20 os.Exit(1)
21 }
22}
23
24func init() {
25 rootCmd.CompletionOptions.DisableDefaultCmd = true

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected