aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 23:22:50 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 23:22:50 +0200
commitc8a54f5e47f9b8a317bd6bbe5cb4ab234f61c8b6 (patch)
tree9ab159d12384ef4584a5e3bf1e0b81a76ccf9470 /app/Main.hs
parent1f4722c35584245890f94f84a6da06db6ce2d56a (diff)
comment add-command-for-listing-all-topics
Diffstat (limited to 'app/Main.hs')
-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
--