Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 818 Bytes

section-features.md

File metadata and controls

26 lines (19 loc) · 818 Bytes

Feature Selection

The feature flags allow you to control which features are enabled. When no feature options are given, the default feature is activated for every selected package.

See the features documentation for more details.

{{#options}}

{{#option "--features features" }} Space or comma separated list of features to activate. Features of workspace members may be enabled with package-name/feature-name syntax. This flag may be specified multiple times, which enables all specified features. {{/option}}

{{#option "--all-features" }} Activate all available features of all selected packages. {{/option}}

{{#option "--no-default-features" }} Do not activate the default feature of the selected packages. {{/option}}

{{/options}}