Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.0.3" -> from: "1.1.0"

Release Notes

apple/swift-argument-parser

v1.1.0

Compare Source

Additions
  • A command's run() method now supports async/await when the command
    conforms to AsyncParsableCommand. ([#​404])
  • New API for distinguishing between public, hidden, and private arguments
    and option groups, and a new extended help screen accessible via
    --help-hidden. ([#​366], [#​390], and [#​405 through #​413][1.1.0])
  • You can now override the autogenerated usage string when configuring a
    command. ([#​400])
Changes
  • ArgumentParser now requires Swift 5.5.
Fixes
  • The auto-generated usage string now correctly hides all optional parameters
    when over the length limit. ([#​416])
  • One @Option initializer now has its parameters in the correct order; the
    incorrect initializer is deprecated. ([#​391])
  • Help flags are now correctly captured in .unconditionalRemaining argument
    arrays.
  • Documentation fixes and improvements.

The 1.1.0 release includes contributions from [keith], [MartinP7r], [McNight],
[natecook1000], [rauhul], and [zkiraly]. Thank you!



Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@HackingGate HackingGate merged commit 3f9a416 into main Mar 15, 2022
@HackingGate HackingGate deleted the renovate/apple-swift-argument-parser-1.x branch March 15, 2022 11:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants