Swift Argument Parser v1.0.0 Release Notes

Release Date: 2021-09-10 // over 2 years ago
  • ๐Ÿš€ The 1.0 release marks an important milestone โ€” ๐Ÿ“œ ArgumentParser is now source stable!

    ๐Ÿ”„ Changes

    • ๐Ÿ“š ArgumentParser now provides a DocC documentation catalog, so you can view rendered articles and symbol documentation directly within Xcode.

    ๐Ÿ›  Fixes

    • ๐Ÿ“œ Parsing works as expected for options with single-dash names that are declared using the .upToNextOption parsing strategy.