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 May 28, 2024 17:00
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 -
# -