github apple/swift-argument-parser 1.7.0
ArgumentParser 1.7.0

13 hours ago

Additions

  • Access the state of an ancestor command using the new @ParentCommand property wrapper. (#802)

Fixes

  • Corrects the help display for an case iterable option value type. (#821)
  • Fixes ArgumentParser build failure for WASI (WebAssembly System Interface). (#794)
  • Updates help text for readability in Repeat example and README. (#787)
  • Provides an ambiguity breaker for some ExpressibleByArgument types. (#841)
  • Shell completion script fixes. (#801, #808, #811)

Changes

  • docc: Updates the output to present the string representation of command arguments as a wrapped text block. (#791)
  • Uses Foundation Essentials when possible to reduce binary size on non-Darwin platforms. (#804)
  • CMake: Suppress needlessly alarming messages. (#628)

The 1.7.0 release includes contributions from @bkhouri, @cmcgee1024, @dabrahams, @heckj, @incertum, @kkebo, @Konstantin-Krokhin, @natecook1000, @rauhul, @rgoldberg, and @tshortli. Thank you!

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

NewReleases is sending notifications on new releases.