diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index e95d5f7..183e976 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -238,6 +238,15 @@ -- Running `anissue show tool-crashes-when-displaying-unicode-emojis` -- will crash because of 🏗️. +-- TODO Support issue comments +-- Currently, comments do not get picked up in issue descriptions; see the +-- issue below. +-- +-- I would like to parse comments (much like issues), and associate them with +-- the preceding issue. +-- +-- `anissue show` should then show all comments below the current output. + -- TODO Add options to specify ordering of issues -- -- When running `anissue list` with the `--order-by` option, the list |