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

Fixed Trailing Whitespace for Translation

This commit is contained in:
Starsoon 2025-06-01 13:51:33 -04:00
parent 20aa932747
commit c54fffed1b
4 changed files with 11 additions and 12 deletions

View file

@ -5,8 +5,8 @@
- Subir un `nupkg` compilado al feed especificado:
`choco push --source {{https://push.chocolatey.org/}}`
`choco push --source {{https://push.chocolatey.org/}}`
- Subir un `nupkg` compilado al feed especificado con un tiempo de espera en segundos (el valor predeterminado es 2700):
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`

View file

@ -34,4 +34,3 @@
- Desinstalar silenciosamente sin un aviso de confirmación:
`cmstp /u /s "{{ruta\al\archivo_de_perfil}}"`

View file

@ -18,4 +18,4 @@
- Crear un evento en el registro de eventos de una máquina remota:
`eventcreate /s {{nombre_del_host}} /u {{nombre_de_usuario}} /p {{contraseña}} /t {{tipo}} /id {{id}} /d "{{mensaje}}"`
`eventcreate /s {{nombre_del_host}} /u {{nombre_de_usuario}} /p {{contraseña}} /t {{tipo}} /id {{id}} /d "{{mensaje}}"`

View file

@ -4,33 +4,33 @@
> Más información: <https://learn.microsoft.com/windows/package-manager/winget>.
- Instalar un paquete:
`winget install {{paquete}}`
- Eliminar un paquete (Nota: `remove` también se puede usar en lugar de `uninstall`):
`winget uninstall {{paquete}}`
- Mostrar información sobre un paquete:
`winget show {{paquete}}`
- Buscar un paquete:
`winget search {{paquete}}`
- Actualizar todos los paquetes a las versiones más recientes:
`winget upgrade --all`
- Listar todos los paquetes instalados que se pueden gestionar con `winget`:
`winget list --source winget`
- Importar paquetes desde un archivo o exportar paquetes instalados a un archivo:
`winget {{importar|exportar}} {{--importar-archivo|--salida}} {{ruta/al/archivo}}`
- Validar manifiestos antes de enviar un PR al repositorio winget-pkgs:
`winget validate {{ruta/al/manifiesto}}`