ASIMP Standard Footer Patcher Reference
scripts/add_asimp_footer.py scans the repository and appends standard footer attributions to Markdown files.
🛠️ CLI Arguments & Syntax
python3 scripts/add_asimp_footer.py
No arguments are required or parsed.
⚙️ Configuration & Exclusion Rules
The script excludes several directories by default to prevent altering third-party role sources or built pages:
.gitnode_modulesvenv,.venvlynis-ansible(submodule)asimp_mock(mock reporting directory)docs(pre-processed Jekyll templates)
🔒 Exit Codes
0: Success. All eligible files scanned and modified if necessary.1: Unexpected exception (e.g., file permissions or filesystem error).