aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment.go
Commit message (Collapse)AuthorAgeFilesLines
* termui: use the editor to create a new bugMichael Muré2018-07-311-1/+1
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-311-3/+9
| | | | | | | a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line
* 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
| | | | 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-20/+25
|
* add bug status + open/close commandsMichael Muré2018-07-171-4/+5
|
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-9/+7
|
* add a "comment" commandMichael Muré2018-07-151-0/+73