aboutsummaryrefslogtreecommitdiffstats
path: root/commands/title.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: reorg into different packagesMichael Muré2022-11-201-37/+0
|
* Add command-specific argument completionsJohannes Altmanninger2022-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | Complete bug IDs, bridges, users, labels where appropriate. This works in bash and fish. ZSH is not yet supported by Cobra. In fish, descriptions (the part of a completion after the "\t") are shown as completion label, and can be searched with Ctrl+S. Reproduce with fish -C 'source misc/fish_completion/git-bug' git bug select ^I (tested with fish version 3.3.1) Also works with bash, but only for "git-bug" (with the dash) bash --rcfile <(echo source misc/bash_completion/git-bug) git-bug select ^I Closes #493
* commands: proper backend close on RunE errorMichael Muré2021-05-091-6/+5
|
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-3/+2
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-13/+5
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-18/+21
|
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-231-1/+1
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
| | | | fix #67
* commands: description cleanupMichael Muré2018-09-211-1/+1
|
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-181-15/+3
|
* commands: add a title edit commandMichael Muré2018-09-161-1/+1
|
* commands: add a title command to display a bug's titleMichael Muré2018-09-161-0/+52