diff options
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index bf8db29..1c9f612 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -201,6 +201,7 @@ main = do -- @topic formatting "mdcat --columns 80 --local" ) + -- COMMENT This regresses in that issue tags are not shown at the end of the issue. I would be fine resolving this through a tracking issue. putDoc :: P.Doc P.AnsiStyle -> IO () putDoc doc = do @@ -293,6 +294,7 @@ sh_ proc = do if exitCode == P.ExitSuccess then pure () else throwIO $ ProcessException (show proc) exitCode err +-- APPROVE fixTreeGrepper :: G.Result -> G.Result fixTreeGrepper treeGrepperResult = |