aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_auth_rm.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: reorg into different packagesMichael Muré2022-11-201-39/+0
|
* Add command-specific argument completionsJohannes Altmanninger2022-05-011-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: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-1/+1
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-18/+20
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-4/+4
|
* cli: rename "token" into "auth"Michael Muré2019-11-101-0/+36