mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
choco-outdated: add Chinese translation
This commit is contained in:
parent
5e6f15e4e0
commit
8e63ce09aa
1 changed files with 19 additions and 0 deletions
19
pages.zh/windows/choco-outdated.md
Normal file
19
pages.zh/windows/choco-outdated.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# choco outdated
|
||||||
|
|
||||||
|
> 使用Chocolatey检查过时的包.
|
||||||
|
|
||||||
|
- 用表格的形式列出过时的包:
|
||||||
|
|
||||||
|
`choco outdated`
|
||||||
|
|
||||||
|
- 忽略输出中的固定包:
|
||||||
|
|
||||||
|
`choco outdated --ignore-pinned`
|
||||||
|
|
||||||
|
- 从自定义的源处检查过时的包:
|
||||||
|
|
||||||
|
`choco outdated --source {{源URL|别名}}`
|
||||||
|
|
||||||
|
- 提供一个用户名和密码来进行验证:
|
||||||
|
|
||||||
|
`choco outdated --user {{username}} --password {{password}}`
|
Loading…
Add table
Reference in a new issue