Additions
- Access the state of an ancestor command using the new
@ParentCommandproperty wrapper. (#802)
Fixes
- Corrects the help display for an case iterable option value type. (#821)
- Fixes ArgumentParser build failure for WASI (WebAssembly System Interface). (#794)
- Updates help text for readability in Repeat example and README. (#787)
- Provides an ambiguity breaker f...