mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00
246 B
246 B
choco feature
Interact with features with Chocolatey.
- Display a list of available features:
choco feature list
- Enable a feature:
choco feature enable --name {{name}}
- Disable a feature:
choco feature disable --name {{name}}