Skip to content

v0.3.5

Compare
Choose a tag to compare
@devedbox devedbox released this 28 Oct 13:18
· 179 commits to master since this release

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...