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