diff options
-rw-r--r-- | app/Main.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |