Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ Execute
Function
Execute
commands/root.go:85–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
Execute() {
86
if
err := NewRootCommand().Execute(); err != nil {
87
os.Exit(1)
88
}
89
}
90
91
func
getVersion() string {
92
if
GitExactTag ==
"undefined"
{
Callers
1
main
Function · 0.92
Calls
1
NewRootCommand
Function · 0.85
Tested by
no test coverage detected