v0.3.5
Release Notes:
Fixs:
- Parsing help options error because the priority of
.unrecognizedOptions
error has been replaced.
Feats:
- Parsing single arguments in anywhere instead of single one in trailing of options:
commander args... --options
commander --options... args... --options...
commander --options... args...