mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
choco-search: add German translation
This commit is contained in:
parent
ef571a6022
commit
a08dc913b6
1 changed files with 28 additions and 0 deletions
28
pages.de/windows/choco-search.md
Normal file
28
pages.de/windows/choco-search.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# choco search
|
||||
|
||||
> Suche mit Chocolatey nach einem lokal oder im Internet verfügbaren Paket.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-search>.
|
||||
|
||||
- Suche nach einem Paket:
|
||||
|
||||
`choco search {{suchabfrage}}`
|
||||
|
||||
- Suche nur lokal nach einem Paket:
|
||||
|
||||
`choco search {{suchabfrage}} --local-only`
|
||||
|
||||
- Suche nur nach genauen Übereinstimmungen:
|
||||
|
||||
`choco search {{suchabfrage}} --exact`
|
||||
|
||||
- Stimme allen Fragen automatisch zu:
|
||||
|
||||
`choco search {{suchabfrage}} --yes`
|
||||
|
||||
- Gib eine eigene Quelle an, welche nach Paketen durchsucht wird:
|
||||
|
||||
`choco search {{suchabfrage}} --source {{quell_url|alias}}`
|
||||
|
||||
- Gib einen Benutzernamen und ein Passwort für die Authentifizierung an:
|
||||
|
||||
`choco search {{suchabfrage}} --user {{benutzername}} --password {{passwort}}`
|
Loading…
Add table
Reference in a new issue