diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2024-03-13 14:38:13 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 07:07:45 +0100 |
commit | f2e36372b4e07993a4992ab29585d4876b28e094 (patch) | |
tree | aa63d84cc954d404dadb2782ee77f772fded0867 | |
parent | e39c2a2d09fde36ba7c2b5d09a9a8987221d0f5a (diff) |
review: approve feature/review
Reviewed branch feature/review at commit 07aacbbe55f4793daa0c9893efe4a64951575081.
-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 bed31c0..2729511 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -516,6 +516,7 @@ perCommitArg :: O.Parser Bool perCommitArg = O.switch ( O.long "per-commit" +-- REVIEW Maybe a short variant would be nice, e.g. '-c'. <> O.help "Review commits individually. (Default: review combined patches)" ) |