mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
choco-search: add Chinese translation
This commit is contained in:
parent
71d0384c70
commit
02bbdc4d7d
1 changed files with 27 additions and 0 deletions
27
pages.zh/windows/choco-search.md
Normal file
27
pages.zh/windows/choco-search.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# choco search
|
||||
|
||||
> 使用Chocolatey搜索一个本地或远程的包.
|
||||
|
||||
- 搜索一个包:
|
||||
|
||||
`choco search {{查询语句}}`
|
||||
|
||||
- 搜索一个本地的包:
|
||||
|
||||
`choco search {{查询语句}} --local-only`
|
||||
|
||||
- 只显示包含完全匹配的结果:
|
||||
|
||||
`choco search {{查询语句}} --exact`
|
||||
|
||||
- 自动确认所有提示:
|
||||
|
||||
`choco search {{查询语句}} --yes`
|
||||
|
||||
- 从自定义的源处搜索包:
|
||||
|
||||
`choco search {{查询语句}} --source {{源URL|别名}}`
|
||||
|
||||
- 提供一个用户名和密码来进行验证:
|
||||
|
||||
`choco search {{查询语句}} --user {{用户名}} --password {{密码}}`
|
Loading…
Add table
Reference in a new issue