aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: proper backend close on RunE errorMichael Muré2021-05-091-6/+5
|
* Change the comment ID to use both bug and comment ID references.vince2021-02-141-0/+1
| | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment.
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-2/+2
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-13/+5
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-30/+27
|
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-3/+4
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-1/+1
|
* commands: display comment's id in "git bug comment"Michael Muré2019-03-281-0/+1
|
* commands: fix a bad output in "bug comment"Michael Muré2019-03-281-1/+1
|
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-231-1/+1
|
* 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-3/+4
| | | | fix #67
* commands: description cleanupMichael Muré2018-09-211-1/+1
|
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-181-15/+3
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-38/+20
|
* 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-8/+11
|
* cleanup go importsMichael Muré2018-08-131-0/+1
|
* 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