Skip to content

ArgumentParser 1.0

Compare
Choose a tag to compare
@natecook1000 natecook1000 released this 11 Sep 00:06
· 168 commits to main since this release
fd4c3b6

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.