aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/comment.go')
-rw-r--r--commands/comment.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/comment.go b/commands/comment.go
index 08751e27..cb9f3691 100644
--- a/commands/comment.go
+++ b/commands/comment.go
@@ -39,6 +39,7 @@ func commentsTextOutput(comments []bug.Comment) {
}
fmt.Printf("Author: %s\n", colors.Magenta(comment.Author.DisplayName()))
+ fmt.Printf("Id: %s\n", colors.Cyan(comment.HumanId()))
fmt.Printf("Date: %s\n\n", comment.FormatTime())
fmt.Println(text.LeftPad(comment.Message, 4))
}