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 `Group.add_commands` #156

Closed eonu closed 1 month ago

eonu commented 1 month ago

Description

Implements #135 to support dynamic addition of commands to groups.

Checklist