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.
--all-features
2 parents f119386 + b081f2c commit 762fbf9Copy full SHA for 762fbf9
src/doc/src/reference/features.md
@@ -244,12 +244,11 @@ enabled:
244
"foo bar"`). If building multiple packages in a [workspace], the
245
`package-name/feature-name` syntax can be used to specify features for
246
specific workspace members.
247
-
248
-* `--all-features`: Activates all features of all packages selected on the
249
- command-line.
250
+* `--all-features`: Activates all features of all packages selected on the command line.
251
* `--no-default-features`: Does not activate the [`default`
252
feature](#the-default-feature) of the selected packages.
+
+**NOTE**: check the individual subcommand documentation for details. Not all flags are available for all subcommands.
253
254
[workspace]: workspaces.md
255
0 commit comments