1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:06:00 +02:00

choco-list: add German translation

This commit is contained in:
LukBukkit 2020-10-12 18:36:25 +02:00 committed by Starbeamrainbowlabs
parent 240988d419
commit 8c4d1c7e10

View file

@ -0,0 +1,28 @@
# choco list
> Zeige mit Chocolatey eine Liste von Paketen an.
> Mehr Informationen: <https://chocolatey.org/docs/commands-list>.
- Zeige alle verfügbaren Pakete an:
`choco list`
- Zeige alle lokal installierten Pakete an:
`choco list --local-only`
- Zeige eine Liste einschließlich der lokalen Windows-Programme an:
`choco list --include-programs`
- Zeige nur zugelassene Pakete an:
`choco list --approved-only`
- Gib eine eigene Quelle an, von der Paket-Informationen abgerufen werden:
`choco list --source {{quell_url|alias}}`
- Gib einen Benutzernamen und ein Passwort für die Authentifizierung an:
`choco list --user {{benutzername}} --password {{passwort}}`