issues
search
eonu
/
feud
Build powerful CLIs with simple idiomatic Python, driven by type hints. Not all arguments are bad.
https://feud.readthedocs.io
MIT License
57
stars
2
forks
source link
feat: add command and option sections
#136
Closed
eonu
closed
10 months ago
eonu
commented
10 months ago
Adds
feud.section
decorator for adding option sections to command help pages (
rich-click
only).
Adds
Group.__sections__
function for specifying command sections on group help pages (
rich-click
only).
feud.section
decorator for adding option sections to command help pages (rich-click
only).Group.__sections__
function for specifying command sections on group help pages (rich-click
only).