mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
350 B
350 B
choco feature
Chocolatey 的交互功能。 更多信息:https://docs.chocolatey.org/en-us/choco/commands/feature/。
- 显示可用的功能列表:
choco feature list
- 启用一个功能:
choco feature enable {{[-n|--name]}} {{功能名称}}
- 禁用一个功能:
choco feature disable {{[-n|--name]}} {{功能名称}}