crane: add Dutch translation (#14264)

This commit is contained in:
Sebastiaan Speck
2024-10-26 12:07:57 +02:00
committed by GitHub
parent 821b98a69e
commit efe9d90900
40 changed files with 716 additions and 9 deletions

View File

@@ -0,0 +1,25 @@
# gcrane completion
> Genereer het autocompletion script voor gcrane voor de opgegeven shell.
> De beschikbare shells zijn `bash`, `fish`, `powershell` en `zsh`.
> Meer informatie: <https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>.
- Genereer het autocompletion script voor je shell:
`gcrane completion {{shell_naam}}`
- Zet de completion beschrijvingen uit:
`gcrane completion {{shell_naam}} --no-descriptions`
- Laad completions in je huidige shellsessie (powershell):
`gcrane completion powershell | Out-String | Invoke-Expression`
- Laad completions voor elke nieuwe sessie (powershell):
`gcrane completion powershell | Out-String | Invoke-Expression`
- Toon help:
`gcrane completion {{shell_naam}} {{-h|--help}}`