Swift Argument Parser v0.4.1 Release Notes

Release Date: 2021-03-08 // about 3 years ago
  • โž• Additions

    • When a user provides an invalid value as an argument or option, the error message now includes the help text for that argument.

    ๐Ÿ›  Fixes

    • Zsh completion scripts for commands that include a hyphen no longer cause errors.
    • ๐Ÿ“œ Optional unparsed values are now decoded correctly in ParsableArguments types.

    ๐Ÿš€ The 0.4.1 release includes contributions from [adellibovi] and [natecook1000]. Thank you!