diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 22:40:48 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 22:40:48 +0100 |
commit | 218a71f38b33484bb884cb617afe337c1ffaab92 (patch) | |
tree | 2f828bd7bb3aa37cb11d5435cd6ec942cef57b13 /app/Main.hs | |
parent | 561ef3d43d94bdf098fee37295d7588905ec0c9e (diff) |
add internal tag `title'
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Main.hs b/app/Main.hs index 6f754da..66188d1 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -264,11 +264,6 @@ -- -- @priority high --- TODO Add internal tag `@title` --- --- To support sorting issues by title, we should add an internal `@title` --- tag. - -- TODO Add command for (re)generating the cache -- -- When running `anissue cache generate`, we will only generated the |