We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swift test
1 parent 93575ec commit e705781Copy full SHA for e705781
proposals/0450-swiftpm-package-traits.md
@@ -474,9 +474,9 @@ default traits or adding a new default trait it is important to consider that
474
removing a default trait is a **SemVer-incompatible** change since it can potentially
475
remove APIs.
476
477
-### Trait specific command line options for `swift build/run`
+### Trait specific command line options for `swift test/build/run`
478
479
-When executing one of `swift build/run` options can be passed to control which
+When executing one of `swift test/build/run` options can be passed to control which
480
traits for the root package are enabled:
481
482
- `--traits` _TRAITS_: Enables the passed traits of the package. Multiple traits
0 commit comments