- ⚒️ misc
tcshimprovements & fixes (#213)- support positional completion under subcommands at any depth
- guard against out-of-range array indexing
- handle arguments with a custom
.completein the multi-requirement branch - complete
--opt=<TAB>for options taking a value (nargs != 0) - deduplicate rules
- 🎣 fix
fishbackend (#232) - 🐟 fix
fishdescriptions (#233 <- #231)- expand argparse placeholders (e.g.
%(prog)s) - subcommand
helpfallback ifdescriptionmissing
- expand argparse placeholders (e.g.
- 🛠️ misc refactoring (#238)
- tests debug output: minor bytes/str fix
- inline some single-use functions
- 🗜️ tests auto-
caplog(#237) - ± tests
diffexamples output summary (#234) - 🌐 update docs FAQs & URLs