gcrane completion

지정된 셸에 대한 gcrane 자동 완성 스크립트를 생성합니다. 사용 가능한 셸은 bash, fish, powershell, zsh입니다. 더 많은 정보: https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md.

gcrane completion {{셸_이름}}

gcrane completion {{셸_이름}} --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 {{셸_이름}} {{[-h|--help]}}