tldr/pages.zh/windows/choco-feature.md

16 lines
244 B
Markdown
Raw Normal View History

2019-03-10 12:43:28 +00:00
# choco feature
2019-10-18 04:30:29 +01:00
> Chocolatey 的交互功能.
2019-03-10 12:43:28 +00:00
2019-10-19 07:12:27 +01:00
- 显示可用的功能列表:
2019-03-10 12:43:28 +00:00
`choco feature list`
2019-10-19 07:12:27 +01:00
- 启用一个功能:
2019-03-10 12:43:28 +00:00
`choco feature enable --name {{功能名称}}`
2019-10-19 07:12:27 +01:00
- 禁用一个功能:
2019-03-10 12:43:28 +00:00
`choco feature disable --name {{功能名称}}`