We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d53a7 commit 40d2342Copy full SHA for 40d2342
CHANGELOG.md
@@ -21,6 +21,11 @@ Add new items at the end of the relevant section under **Unreleased**.
21
22
*Migration:* Users that aren't ready to resolve sendability warnings can add the
23
`@preconcurrency` attribute to `import ArgumentParser` statements.
24
+
25
+ As part of this update, changes to the `CommandLine.arguments` array before a command's
26
+ `main` or `parse...` methods are called are no longer observed. Instead of making
27
+ changes to `CommandLine.arguments`, pass an updated array of arguments to the command's
28
+ method.
29
30
- To support migration to `Sendable` annotation, the minimum Swift version for
31
`swift-argument-parser` has been increased to Swift 5.7. Users of older Swift versions
0 commit comments