commit | d0269de860563697793e1299b9873ade6687a7fc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 06 21:04:25 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 17 17:16:30 2022 -0600 |
tree | 6536c02ed8c85fa00510c8d5b590d1013fd61215 | |
parent | 215c1c3b201c1396ab1cdc30d46579184b4ce34b [diff] [blame] |
tof-voters: add review analysis subcommand Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icc571370c3fa961518948b9b63e5d7359963289b
diff --git a/tof-voters/libvoters/entry_point.py b/tof-voters/libvoters/entry_point.py index 87ed67b..78d963f 100644 --- a/tof-voters/libvoters/entry_point.py +++ b/tof-voters/libvoters/entry_point.py
@@ -4,7 +4,11 @@ from importlib import import_module from typing import List -subcommands = ["analyze-commits", "dump-gerrit"] +subcommands = [ + "analyze-commits", + "analyze-reviews", + "dump-gerrit", +] def main() -> int: