fitzzftw.patch.ftw_patch

FTW Patch

File: fitzzftw.patch/ftw_patch.py
Author: Fitzz TeXnik Welt

Ein Unicode resistenter Ersatz für patch.

Functions

get_verbosity_epilog()

prog_ftw_patch()

Main entry point for the command line application.

get_verbosity_epilog()[source]
Return type:

str

prog_ftw_patch()[source]

Main entry point for the command line application.

This function parses the arguments and starts the patching process. It is not intended to be called directly within the module (e.g., from __main__.py or __init__.py). Instead, it is invoked by the packaging system (via the ‘ftwpatch’ entry point defined in pyproject.toml) when the user executes the ‘ftwpatch’ command in the shell.

Returns:

The system exit code (0 for success, 1 for error).

Return type:

int