aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-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.