apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.3k stars 311 forks source link

Allow single, attached value with .upToNextOption #610

Closed natecook1000 closed 8 months ago

natecook1000 commented 8 months ago

Fixes an issue where a single attached value triggered an error on .upToNextOption options.

Fixes #609.

Checklist

natecook1000 commented 8 months ago

@swift-ci Please test