Skip to content

ArgumentParser 1.1.3

Compare
Choose a tag to compare
@natecook1000 natecook1000 released this 23 Jun 18:30
· 92 commits to main since this release
df9ee66

Additions

  • ArgumentParser now includes a SwiftPM plugin for generating man pages. Explore the functionality and configuration by running swift 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!