0.13.0a5 add LetterSubparsers.add_verbose()

This commit is contained in:
Yusur 2026-06-01 11:34:47 +02:00
parent 4f1c1226c3
commit a3a58ac782
3 changed files with 47 additions and 11 deletions

View file

@ -2,7 +2,8 @@
## 0.13.0
+ Added module `argparse` with class `LetterSubparsers()`
+ Added module `argparse` with class `LetterSubparsers()`, which allows pacman-style args by preprocessing them
before feeding them to parse_args
+ Module `sqlalchemy`:
* removed deprecated alias `entity_base()`. use `declarative_base()` instead.
* fix imports.