Mirror of a distributed, offline-first bug tracker embedded in git
1//go:generate go run doc/generate.go 2//go:generate go run misc/completion/generate.go 3 4package main 5 6import ( 7 "github.com/git-bug/git-bug/commands" 8) 9 10func main() { 11 commands.Execute() 12}