MCPcopy Create free account
hub / github.com/bare-cli/bare / Execute

Function Execute

cmd/root.go:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func Execute() {
24 if err := rootCmd.Execute(); err != nil {
25 fmt.Println(err)
26 os.Exit(1)
27 }
28}

Callers 1

mainFunction · 0.92

Calls 1

ExecuteMethod · 0.80

Tested by

no test coverage detected