1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/windows/choco-feature.md

17 lines
317 B
Markdown
Raw Normal View History

2019-03-10 20:43:28 +08:00
# choco feature
> Chocolatey 的交互功能。
> 更多信息:<https://chocolatey.org/docs/commands-feature>.
2019-03-10 20:43:28 +08:00
- 显示可用的功能列表:
2019-03-10 20:43:28 +08:00
`choco feature list`
- 启用一个功能:
2019-03-10 20:43:28 +08:00
`choco feature enable --name {{功能名称}}`
- 禁用一个功能:
2019-03-10 20:43:28 +08:00
`choco feature disable --name {{功能名称}}`