Skip to content

Commit b081f2c

Browse files
Update features.md
1 parent ba74130 commit b081f2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/src/reference/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,11 @@ enabled:
244244
"foo bar"`). If building multiple packages in a [workspace], the
245245
`package-name/feature-name` syntax can be used to specify features for
246246
specific workspace members.
247-
247+
* `--all-features`: Activates all features of all packages selected on the command line.
248248
* `--no-default-features`: Does not activate the [`default`
249249
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.
250252

251253
[workspace]: workspaces.md
252254

0 commit comments

Comments
 (0)