Skip to content

Commander 0.2.3

Latest

Choose a tag to compare

@steipete steipete released this 02 Jul 09:41
v0.2.3
b9fb005

Highlights

  • Commands that declare no positional inputs now reject stray arguments instead of accepting malformed invocations.
  • CI once again verifies builds across all advertised Apple simulator platforms.

Fixed

  • Reject unexpected positional arguments when a command declares no positional inputs. (commit)
  • Restore CI build coverage for the advertised iOS, tvOS, watchOS, and visionOS simulator targets. (PR 4, PR 5)

Supporting changes

  • Refresh Swift build and artifact checks. (PR 3)
  • Clarify concurrency support and correct the public flag-construction example. (PR 2, PR 6)
  • Correct the release changelog after verifying there is no DocC packaging delta from v0.2.2. (PR 7)

Verification