apple / swift-argument-parser

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

Prefer `let` for private configurations #617

Closed Coeur closed 6 months ago

Coeur commented 6 months ago

Prefer let for private configurations. Otherwise, we may think that the configuration is mutable, which is not really sendable friendly.

Checklist

rauhul commented 6 months ago

@swift-ci please test

natecook1000 commented 6 months ago

Makes sense, thanks @Coeur!