class documentation

class cmd_replace(SuperCommand):

View In Hierarchy

Create, list, and delete replacement refs.

Method run Execute the replace command.
Class Variable subcommands Undocumented

Inherited from SuperCommand:

Class Variable default_command Undocumented
def run(self, args: Sequence[str]) -> int | None:

Execute the replace command.

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

Undocumented