Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add command-specific argument completions | Johannes Altmanninger | 2022-05-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 error | Michael Muré | 2021-05-09 | 1 | -6/+5 |
| | |||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -13/+5 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -17/+19 |
| | |||||
* | commands: fix a missing line break | Michael Muré | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Rebase & Update commands/bridge_rm.go | Amine Hilaly | 2019-06-17 | 1 | -1/+1 |
| | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Changes to Repo.RmConfigs | Amine Hilaly | 2019-06-17 | 1 | -2/+6 |
| | | | | RmConfigs try to remove key/value or section from keyPrefix | ||||
* | Naming fixes | Amine Hilaly | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 | 1 | -0/+2 |
| | |||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 1 | -4/+5 |
| | | | | fix #67 | ||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -0/+33 |