MCPcopy 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
85func Execute() {
86 if err := NewRootCommand().Execute(); err != nil {
87 os.Exit(1)
88 }
89}
90
91func getVersion() string {
92 if GitExactTag == "undefined" {

Callers 1

mainFunction · 0.92

Calls 1

NewRootCommandFunction · 0.85

Tested by

no test coverage detected