class documentation

class cmd_replace_delete(Command):

View In Hierarchy

Delete a replacement ref.

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

Execute the replace-delete command.

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