You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information and documentation about all supported options, see [the `Documentation` folder at the root of the repository](https://github.com/apple/swift-argument-parser/tree/main/Documentation).
69
+
For more information and documentation about all supported options,
70
+
see the library's documentation in Xcode.
71
71
72
72
## Examples
73
73
@@ -82,35 +82,40 @@ You can also see examples of `ArgumentParser` adoption among Swift project tools
82
82
-[`indexstore-db`](https://github.com/apple/indexstore-db/pull/72) is a simple utility with two commands.
83
83
-[`swift-format`](https://github.com/apple/swift-format/pull/154) uses some advanced features, like custom option values and hidden flags.
84
84
85
-
## Adding `ArgumentParser` as a Dependency
85
+
## Project Status
86
86
87
-
To use the `ArgumentParser` library in a SwiftPM project,
88
-
add the following line to the dependencies in your `Package.swift` file:
87
+
The Swift Argument Parser package is source stable;
88
+
version numbers follow semantic versioning.
89
+
Source breaking changes to public API can only land in a new major version.
0 commit comments