tof-voters: add commit analysis subcommand

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I6e56202c014a52d16773415edf59d4e6a7ecdf59
diff --git a/tof-voters/libvoters/entry_point.py b/tof-voters/libvoters/entry_point.py
index e36d06e..87ed67b 100644
--- a/tof-voters/libvoters/entry_point.py
+++ b/tof-voters/libvoters/entry_point.py
@@ -4,7 +4,7 @@
 from importlib import import_module
 from typing import List
 
-subcommands = ["dump-gerrit"]
+subcommands = ["analyze-commits", "dump-gerrit"]
 
 
 def main() -> int: