Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add command-specific argument completions | Johannes Altmanninger | 2022-05-01 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -5/+9 |
| | |||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -6/+6 |
| | |||||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -13/+7 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -39/+50 |
| | |||||
* | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 | 1 | -0/+3 |
| | | | | informational) | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -3/+0 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -2/+3 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 1 | -0/+36 |
| | | | | individually | ||||
* | Renamed user id to user-id and metioned bug for some commands | Jocelyn FACCHINI | 2019-03-23 | 1 | -1/+1 |
| | |||||
* | commands: "user ls" also show metadata | Michael Muré | 2019-03-01 | 1 | -0/+4 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -0/+3 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -2/+0 |
| | |||||
* | identity: working identity cache | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -0/+56 |