aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select/select.go
Commit message (Collapse)AuthorAgeFilesLines
* Select and Label command documentationJocelyn FACCHINI2019-03-231-1/+1
| | | | | | - 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.
* select: clear the selected bug when invalidMichael Muré2018-09-261-1/+16
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-4/+4
|
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-181-0/+125