diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 23:22:50 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 23:22:50 +0200 |
commit | c8a54f5e47f9b8a317bd6bbe5cb4ab234f61c8b6 (patch) | |
tree | 9ab159d12384ef4584a5e3bf1e0b81a76ccf9470 /app | |
parent | 1f4722c35584245890f94f84a6da06db6ce2d56a (diff) |
comment add-command-for-listing-all-topics
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 12 |
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 -- |