From b5a495995c502d1656be8f97ac963fd844e1ac75 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 27 Sep 2021 00:16:56 +0530 Subject: gnbug: Print number of posts. * gnbug (print-issue): Print number of posts. --- gnbug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnbug') diff --git a/gnbug b/gnbug index b64e7a0..43c52f0 100755 --- a/gnbug +++ b/gnbug @@ -350,6 +350,10 @@ List recent updates. (string-join (issue-assigned issue) ", ") ")")))) + (when (> (issue-posts issue) 1) + (display (string-append " [" + (number->string (issue-posts issue)) + " posts]"))) (newline) (display (string-append (cyan (string-append "#" (number->string issue-number))) -- cgit v1.2.3