aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-25 14:41:09 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-25 14:41:47 +0100
commit03b5c39079673e3d9c80c54f28e196fede3f69e4 (patch)
tree9f1310581c4d213f339bb151ace60f5a5b888cc7 /app/Main.hs
parent36f65ac25ca53faa06faa6993b83dd9a059f8e72 (diff)
issue: close add-support-for-cache-progress
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/Main.hs b/app/Main.hs
index ab88d96..ded65bb 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -34,20 +34,6 @@
-- @priority high
-- @topic review
--- TODO Add support for cache progress
---
--- When generating caches, `anissue` can sometimes run for a long time without
--- producing any output. I would like `anissue` to output a live progress
--- report when run from an interactive shell.
---
--- That progress output should include:
---
--- - the total number of commits having to be analyzed
--- - the number of analyzed (including cached) commits
--- - the estimated time of completion in format %M:%s
---
--- The progress output should not exceed a single terminal line.
-
-- TODO Add `anissue format`
--
-- `anissue format` should format all open issues according to the formatting rules.