From 8fd0696d61ec871da0ee994818c4113141dbff8f Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 6 Dec 2023 02:41:33 +0100 Subject: issue: add replace-anissue-show-with-anissue-list---detailed --- app/Main.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index fdbe4ae..c14ecfc 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -454,7 +454,12 @@ data Command { patch :: Bool } | Show - { id :: Maybe String, + { -- TODO Replace `anissue show` with `anissue list --detailed` + -- + -- The `Show` command has recently been changed to allow showing multiple issues. However, filtering, soring, grouping, etc. is still lacking and would be useful for this mode. + -- + -- Instead of copying over that functionality, and somehow explain that they are only sensible when omitting the optional `id` parameter, I would like to revert that change and add `--detailed` to `anissue list` which would show issues in the `Detailed` reporting style. + id :: Maybe String, edit :: Bool } | Tags -- cgit v1.2.3