diff options
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 5d29923..a28f4a6 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -610,6 +610,7 @@ main = do featureBranch ".anissue/status" S.continueReview +-- REVIEW Why is withReviewing in the Status module and not the Review module? Options {colorize, noPager, width, command = List {sort, filters, files, group = Just group, closed}} -> do ungroupedIssues <- I.applySorts sort |