github apple/swift-argument-parser 1.8.1
ArgumentParser 1.8.1

10 hours ago

Fixes

  • Reverts a source compatibility regression in the 1.8.0 release, where existing calls to ParsableCommand.parse() and .parseAsRoot() were pre-empted by new async versions. The new asynchronous entry points are now named asyncParse() and asyncParseAsRoot(), respectively. Clients that have already updated their code with the await keyword can resolve the new warning by calling the new APIs or by removing the keyword. (#908)
  • Resolves an issue with the generate-manual plugin that selected the wrong destination for the generated manual. (#910)

Don't miss a new swift-argument-parser release

NewReleases is sending notifications on new releases.