mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
choco-new: add French translation (#11291)
* choco-new: add French translation * choco-new: 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>
This commit is contained in:
parent
8d19ea7042
commit
a2cd14d8f3
1 changed files with 24 additions and 0 deletions
24
pages.fr/windows/choco-new.md
Normal file
24
pages.fr/windows/choco-new.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# choco new
|
||||
|
||||
> Générez de nouveaux fichiers de spécifications de package avec Chocolatey.
|
||||
> Plus d'information: <https://chocolatey.org/docs/commands-new>.
|
||||
|
||||
- Créer un nouveau squelette de package :
|
||||
|
||||
`choco new {{paquet}}`
|
||||
|
||||
- Créer un nouveau package avec une version spécifique :
|
||||
|
||||
`choco new {{paquet}} --version {{version}}`
|
||||
|
||||
- Créer un nouveau package avec un nom de responsable spécifique :
|
||||
|
||||
`choco new {{paquet}} --maintainer {{nom_mainteneur}}`
|
||||
|
||||
- Créer un nouveau package dans un répertoire de sortie personnalisé :
|
||||
|
||||
`choco new {{paquet}} --output-directory {{chemin/vers/répertoire}}`
|
||||
|
||||
- Créez un nouveau package avec des URL d'installation 32 bits et 64 bits spécifiques :
|
||||
|
||||
`choco new {{paquet}} url="{{url}}" url64="{{url}}"`
|
Loading…
Add table
Reference in a new issue