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 ba74130 commit b081f2cCopy full SHA for b081f2c
src/doc/src/reference/features.md
@@ -244,9 +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
-
+* `--all-features`: Activates all features of all packages selected on the command line.
248
* `--no-default-features`: Does not activate the [`default`
249
feature](#the-default-feature) of the selected packages.
250
+
251
+**NOTE**: check the individual subcommand documentation for details. Not all flags are available for all subcommands.
252
253
[workspace]: workspaces.md
254
0 commit comments