mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
243 B
243 B
choco feature
Chocolatey的交互功能.
- 显示可用的功能列表:
choco feature list
- 启用一个功能:
choco feature enable --name {{功能名称}}
- 禁用一个功能:
choco feature disable --name {{功能名称}}