Skip to content

Instantly share code, notes, and snippets.

View Errorbot1122's full-sized avatar
🤖
Errrrrooooooooooo.......

Errorbot Errorbot1122

🤖
Errrrrooooooooooo.......
View GitHub Profile
@fonic
fonic / python_argparse_custom_help_usage.py
Last active February 1, 2026 10:16
Python module extending class 'argparse.ArgumentParser' to support custom help/usage output (incl. example/demo)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2019-2026 Fonic <https://github.com/fonic>
# -------------------------------------------------------------------------
# -
# Python Module Argument Parser -
# -
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active February 5, 2026 10:06
Conventional Commits Cheatsheet