aboutsummaryrefslogtreecommitdiffstats
path: root/commands/close.go
Commit message (Expand)AuthorAgeFilesLines
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-7/+10
* cleanup go importsMichael Muré2018-08-131-0/+1
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-6/+2
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-1/+1
* generate markdown documentationMichael Muré2018-07-201-1/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-6/+10
* all operations now have an author and a timestampMichael Muré2018-07-181-1/+6
* add bug status + open/close commandsMichael Muré2018-07-171-0/+39