class documentation

class cmd_verify_commit(Command):

View In Hierarchy

Check the GPG signature of commits.

Method run Execute the verify-commit command.
def run(self, args: Sequence[str]) -> int | None: ΒΆ

Execute the verify-commit command.

Parameters
args:Sequence[str]Command line arguments
Returns
int | NoneExit code (1 on error, None on success)