class documentation

class cmd_commit(Command):

View In Hierarchy

Record changes to the repository.

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

Execute the commit command.

Parameters
args:Sequence[str]Command line arguments
Returns
int | NoneUndocumented