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 April 20, 2025 08:24
Python module extending class 'argparse.ArgumentParser' to support custom help/usage output (incl. example/demo)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -------------------------------------------------------------------------
# -
# Python Module Argument Parser -
# -
# Created by Fonic <https://github.com/fonic> -
# Date: 06/20/19 - 04/03/24 -
# -
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 25, 2025 05:50
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default