summaryrefslogtreecommitdiffstatshomepage
path: root/commands/label_add.go
Commit message (Collapse)AuthorAge
* commands: reorg into different packagesMichael Muré2022-11-20
|
* Add command-specific argument completionsJohannes Altmanninger2022-05-01
| | | | | | | | | | | | | | | | | | | | | | 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-09
|
* make sure every text input is safe and validatedMichael Muré2021-04-17
| | | | fix #630
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-28
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-28
|
* commands: refactor to avoid globalsMichael Muré2020-06-28
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
|
* Select and Label command documentationJocelyn FACCHINI2019-03-23
| | | | | | - Informed that label command adds/removes a label to a given bug. - Added suggestion to use select command when omitting to provide a bug id as argument. - Added a bit more detail for the select command documentation, giving a hint to "deselect" command.
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
|
* github: fix 3 edge-case failuresMichael Muré2019-03-01
|
* moved cleaner function to util/interruptRafael Passos2018-10-24
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-23
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
| | | | fix #67
* commands: cleanup file nameMichael Muré2018-09-24