mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
choco-feature: add Chinese translation
This commit is contained in:
parent
13d6a7dcf3
commit
84ff0300ed
1 changed files with 15 additions and 0 deletions
15
pages.zh/windows/choco-feature.md
Normal file
15
pages.zh/windows/choco-feature.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# choco feature
|
||||
|
||||
> Chocolatey的交互功能.
|
||||
|
||||
- 显示可用的功能列表:
|
||||
|
||||
`choco feature list`
|
||||
|
||||
- 启用一个功能:
|
||||
|
||||
`choco feature enable --name {{功能名称}}`
|
||||
|
||||
- 禁用一个功能:
|
||||
|
||||
`choco feature disable --name {{功能名称}}`
|
Loading…
Add table
Reference in a new issue