diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 14:04:30 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 14:04:30 +0200 |
commit | b0112000b3f2966489bbf5ac1f2e15815f463d06 (patch) | |
tree | 10390f915c4511b3e5bbedbcb80e2424f3bc03d8 | |
parent | 618005bf109c96893723ca12655fde38525780a0 (diff) |
add issue support-issue-comments
-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 |