diff options
Diffstat (limited to 'app')
-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 086f1e6..f798d33 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -296,6 +296,7 @@ -- one. -- TODO Support issue comments +-- -- Currently, comments do not get picked up in issue descriptions; see the -- issue below. -- @@ -305,6 +306,7 @@ -- `anissue show` should then show all comments below the current output. -- -- @priority high +-- @assigned Alexander Foremny -- TODO Add command for (re)generating the cache -- |