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