diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 17:41:29 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 17:41:29 +0200 |
commit | 692cbe3eb3fbbb95d01174401437ec5981b6d807 (patch) | |
tree | cf5aaadca6fb0ff7aaa68bc5796c72486bfbc722 /app/Main.hs | |
parent | d75b20d22540d0df74451db0160b1996c42263dd (diff) |
add issue about topic printing
Diffstat (limited to 'app/Main.hs')
-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 |