From c8a54f5e47f9b8a317bd6bbe5cb4ab234f61c8b6 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 16 Oct 2023 23:22:50 +0200 Subject: comment add-command-for-listing-all-topics --- app/Main.hs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'app') 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 -- -- cgit v1.2.3