1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-21 14:36:06 +02:00
tldr/pages.es/windows/gcrane-completion.md
Starsoon 82eb0aa1b6
pages.es/windows/*: add Spanish translation (#16716)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-07-20 09:46:34 +03:00

811 B

gcrane completion

Generar el script de autocompletado para gcrane para el shell especificado. Los shells disponibles son bash, fish, powershell y zsh. Más información: https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md.

  • Generar el script de autocompletado para tu shell:

gcrane completion {{nombre_del_shell}}

  • Deshabilitar descripciones de autocompletado:

gcrane completion {{nombre_del_shell}} --no-descriptions

  • Cargar completaciones en tu sesión actual de shell (powershell):

gcrane completion powershell | Out-String | Invoke-Expression

  • Cargar completaciones para cada nueva sesión (powershell):

gcrane completion powershell | Out-String | Invoke-Expression

  • Mostrar ayuda:

gcrane completion {{nombre_del_shell}} {{[-h|--help]}}