Generate the autocompletion script for gcrane for the specified shell. The available shells are
bash
,fish
,powershell
, andzsh
. More information: https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md.
gcrane completion {{shell_name}}
gcrane completion {{shell_name}} --no-descriptions
gcrane completion powershell | Out-String | Invoke-Expression
gcrane completion powershell | Out-String | Invoke-Expression
gcrane completion {{shell_name}} {{-h|--help}}