What's Changed
- Skip NN dependencies for Windows tests by @brentyi in https://github.com/brentyi/tyro/pull/432
- Fix OmitArgPrefixes to also strip parent prefix from section headers by @loemraw in https://github.com/brentyi/tyro/pull/431
- Show full help for default subcommand args when
compact_help=Falseby @loemraw in https://github.com/brentyi/tyro/pull/430 - Test coverage by @brentyi...