Skip to content

Commit e705781

Browse files
SE0450: Mention about swift test
`swift test` was missed in the list of commands accepting `--traits`
1 parent 93575ec commit e705781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0450-swiftpm-package-traits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ default traits or adding a new default trait it is important to consider that
474474
removing a default trait is a **SemVer-incompatible** change since it can potentially
475475
remove APIs.
476476

477-
### Trait specific command line options for `swift build/run`
477+
### Trait specific command line options for `swift test/build/run`
478478

479-
When executing one of `swift build/run` options can be passed to control which
479+
When executing one of `swift test/build/run` options can be passed to control which
480480
traits for the root package are enabled:
481481

482482
- `--traits` _TRAITS_: Enables the passed traits of the package. Multiple traits

0 commit comments

Comments
 (0)