mirror of https://github.com/CrimsonTome/tldr.git
choco-search: add French translation; choco-*: fix spacing in French translation (#11265)
* choco-search: add French translation; choco-*: fix spacing in French translation --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>pull/23/head
parent
5f720ed02a
commit
905e202c2e
|
@ -0,0 +1,28 @@
|
||||||
|
# choco search
|
||||||
|
|
||||||
|
> Recherchez un forfait local ou distant avec Chocolatey.
|
||||||
|
> Plus d'information: <https://chocolatey.org/docs/commands-search>.
|
||||||
|
|
||||||
|
- Rechercher un forfait :
|
||||||
|
|
||||||
|
`choco search {{requête}}`
|
||||||
|
|
||||||
|
- Rechercher un package localement :
|
||||||
|
|
||||||
|
`choco search {{requête}} --local-only`
|
||||||
|
|
||||||
|
- Inclure uniquement les correspondances exactes dans les résultats :
|
||||||
|
|
||||||
|
`choco search {{requête}} --exact`
|
||||||
|
|
||||||
|
- Confirmer automatiquement toutes les invites :
|
||||||
|
|
||||||
|
`choco search {{requête}} --yes`
|
||||||
|
|
||||||
|
- Spécifiez une source personnalisée dans laquelle rechercher des packages :
|
||||||
|
|
||||||
|
`choco search {{requête}} --source {{source_url|alias}}`
|
||||||
|
|
||||||
|
- Fournir un nom d'utilisateur et un mot de passe pour l'authentification :
|
||||||
|
|
||||||
|
`choco search {{requête}} --user {{nom d'utilisateur}} --password {{mot de passe}}`
|
Loading…
Reference in New Issue