From 692cbe3eb3fbbb95d01174401437ec5981b6d807 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Fri, 13 Oct 2023 17:41:29 +0200 Subject: add issue about topic printing --- app/Main.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Main.hs b/app/Main.hs index 402d153..b5d927b 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -171,6 +171,9 @@ main = do map ( \(I.Tag k v) -> P.annotate (P.colorDull P.Yellow) $ + -- TODO print tags like they are written + -- + -- i.e. without colon (`:`) P.pretty ("@" `T.append` k `T.append` ":" `T.append` v) ) ( issue.tags -- cgit v1.2.3