ArgumentParser 1.1.3
Additions
ArgumentParsernow includes a SwiftPM plugin for generatingmanpages. Explore the functionality and configuration by runningswift package plugin experimental-generate-manual --helpfrom your package root. (#332)
Fixes
- Hidden subcommands are now excluded from completion scripts. (#443)
- When an invalid value is provided for a
CaseIterabletype, the error message now includes a list of valid inputs. (#445) - There's now a diagnostic when an
AsyncParsableCommandis incorrectly placed under a non-asyncroot command. (#436)
The 1.1.3 release includes contributions from @keith, @KeithBird, @konomae, @LucianoPAlmeida, and @rauhul. Thank you!