aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-14 07:06:48 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-14 07:07:45 +0100
commit8dcace960b25813b00e5f77be25aa7db57851f79 (patch)
tree0a0cc0cba95c1298b8f7b1fd93e24cb42d31e383
parent1ed90c7eb2e01dac6604608795d2c0756f1e9f4d (diff)
review: request-changes feature/review
-rw-r--r--app/Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 3bd8d82..c35d827 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -553,6 +553,10 @@ perCommitArg =
O.switch
( O.long "per-commit"
-- REVIEW Maybe a short variant would be nice, e.g. '-c'.
+ --
+ -- REVIEW Sure!, but I don't want to block on this, and I don't think this warrants a tracking issue.
+ --
+ -- RESOLVED
<> O.help "Review commits individually. (Default: review combined patches)"
)