aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs7
1 files changed, 6 insertions, 1 deletions
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