Documentation
¶
Overview ¶
Package commands contains the CLI commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GitCommit string
These variables are initialized externally during the build. See the Makefile.
View Source
var GitExactTag string
View Source
var GitLastTag string
View Source
var RootCmd = &cobra.Command{ Use: rootCommandName, Short: "A bug tracker embedded in Git.", Long: `git-bug is a bug tracker embedded in git. git-bug use git objects to store the bug tracking separated from the files history. As bugs are regular git objects, they can be pushed and pulled from/to the same git remote your are already using to collaborate with other peoples. `, Run: func(cmd *cobra.Command, args []string) { if err := cmd.Help(); err != nil { os.Exit(1) } }, SilenceUsage: true, DisableAutoGenTag: true, BashCompletionFunction: ` _git_bug() { __start_git-bug "$@" } `, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- add.go
- bridge.go
- bridge_auth.go
- bridge_auth_addtoken.go
- bridge_auth_rm.go
- bridge_auth_show.go
- bridge_configure.go
- bridge_pull.go
- bridge_push.go
- bridge_rm.go
- commands.go
- comment.go
- comment_add.go
- deselect.go
- label.go
- label_add.go
- label_rm.go
- ls-id.go
- ls-labels.go
- ls.go
- pull.go
- push.go
- root.go
- select.go
- show.go
- status.go
- status_close.go
- status_open.go
- termui.go
- title.go
- title_edit.go
- user.go
- user_adopt.go
- user_create.go
- user_ls.go
- version.go
- webui.go
Click to show internal directories.
Click to hide internal directories.