aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Main.hs12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 39eb048..516aeab 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -403,9 +403,15 @@
-- TODO Add command for listing all topics
--
--- Running `anissue topics` should list all topics including the amount
--- of issues tagged with them. By default the list should be ordered
--- with the topics first which have the most issues.
+-- Running `anissue topics` should list all topics including the amount of
+-- issues tagged with them. By default the list should be ordered with the
+-- topics first which have the most issues.
+--
+-- COMMENT Maybe `anissue tags @topic` could serve that purpose? I imagine
+-- `anissue tags` (without a tag given) to list all tags.
+--
+-- *Rationale: I would like to push for concepts out of anissue for as long as
+-- feasible . Currently, there is no notion of "topics".*
-- TODO Add HTTP server
--