mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 00:35:39 +02:00
choco-list: add Chinese translation
This commit is contained in:
parent
2bfa70ae18
commit
b861fad056
1 changed files with 27 additions and 0 deletions
27
pages.zh/windows/choco-list.md
Normal file
27
pages.zh/windows/choco-list.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# choco list
|
||||||
|
|
||||||
|
> 使用Chocolatey显示包列表.
|
||||||
|
|
||||||
|
- 列出所有可用的包:
|
||||||
|
|
||||||
|
`choco list`
|
||||||
|
|
||||||
|
- 列出所有本地已安装的包:
|
||||||
|
|
||||||
|
`choco list --local-only`
|
||||||
|
|
||||||
|
- 显示包含本地程序的列表:
|
||||||
|
|
||||||
|
`choco list --include-programs`
|
||||||
|
|
||||||
|
- 只显示已批准的包:
|
||||||
|
|
||||||
|
`choco list --approved-only`
|
||||||
|
|
||||||
|
- Specify a custom source to display packages from 指定一个源来显示包列表:
|
||||||
|
|
||||||
|
`choco list --source {{源URL|别名}}`
|
||||||
|
|
||||||
|
- 提供一个用户名和密码来进行验证:
|
||||||
|
|
||||||
|
`choco list --user {{用户名}} --password {{密码}}`
|
Loading…
Add table
Reference in a new issue