aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select.go
Commit message (Expand)AuthorAgeFilesLines
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-1/+2
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-1/+1
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-231-6/+4
* Select and Label command documentationJocelyn FACCHINI2019-03-231-0/+11
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-1/+2
* commands: don't forget to treat the error when selecting a bugMichael Muré2018-09-261-1/+4
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-181-1/+1
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-181-0/+50