gcrane completion

Generate the autocompletion script for gcrane for the specified shell. The available shells are bash, fish, powershell, and zsh. More information: https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md.

gcrane completion {{shell_name}}

grance completion {{shell_name}} --no-descriptions

source <(gcrane completion bash/zsh)>

gcrane completion fish | source

gcrane completion bash > /etc/bash_completion.d/gcrane

gcrane completion zsh > "${fpath[1]}/_gcrane"

gcrane completion fish > ~/.config/fish/completions/gcrane.fish

gcrane completion {{shell_name}} {{-h|--help}}