Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
Execute() {
24
if
err := rootCmd.Execute(); err != nil {
25
fmt.Println(err)
26
os.Exit(1)
27
}
28
}
Callers
1
main
Function · 0.92
Calls
1
Execute
Method · 0.80
Tested by
no test coverage detected