aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label.go
Commit message (Collapse)AuthorAgeFilesLines
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-0/+2
|
* cmds: various cleaningMichael Muré2018-09-061-1/+1
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-11/+10
|
* cleanup go importsMichael Muré2018-08-131-1/+2
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-57/+13
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-231-1/+1
| | | | the UIs
* generate markdown documentationMichael Muré2018-07-201-1/+1
|
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-17/+16
|
* implement label op+commandMichael Muré2018-07-181-0/+108