v0.8.12
What's Changed
Minor bug fixes, new features: tyro.conf.EnumChoicesFromValues
(thanks @McD!), tyro.extras.SubcommandApp
(thanks @jedie!).
- Fix inconsistency between
type[T]
andtyping.Type[T]
annotations by @brentyi in #165 - Feature: Markers: EnumChoicesFromValues by @emcd in #168
- Fix
--tyro-write-completion
whenuse_underscores=True
by @brentyi in #173 - Decorator-based subcommand API (
tyro.extras.SubcommandApp
) by @brentyi in #169
New Contributors
Full Changelog: v0.8.11...v0.8.12