mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
choco-info: add Chinese translation
This commit is contained in:
parent
84ff0300ed
commit
8a9bd71d65
1 changed files with 19 additions and 0 deletions
19
pages.zh/windows/choco-info.md
Normal file
19
pages.zh/windows/choco-info.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# choco info
|
||||
|
||||
> 显示有关Chocolatey包的详细信息.
|
||||
|
||||
- 显示指定包的信息:
|
||||
|
||||
`choco info {{包名}}`
|
||||
|
||||
- 显示一个本地已安装包的信息:
|
||||
|
||||
`choco info {{包名}} --local-only`
|
||||
|
||||
- 从一个自定义的源来获取包的信息:
|
||||
|
||||
`choco info {{包名}} --source {{源URL|别名}}`
|
||||
|
||||
- 提供一个用户名和密码来进行验证:
|
||||
|
||||
`choco info {{包名}} --user {{用户名}} --password {{密码}}`
|
Loading…
Add table
Reference in a new issue