fitzzftw.patch.ftw_patch¶
FTW Patch¶
Ein Unicode resistenter Ersatz für patch.
Functions
Main entry point for the command line application. |
- 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: