completion
Generate command completions for your shell.
Usage
git-wrangler completion <bash|zsh|fish|powershell>Homebrew and Scoop install supported completions automatically. Use this command after a manual binary installation.
Quick start
# Bash
git-wrangler completion bash > /etc/bash_completion.d/git-wrangler
# Zsh
git-wrangler completion zsh > "${fpath[1]}/_git-wrangler"
# Fish
git-wrangler completion fish > ~/.config/fish/completions/git-wrangler.fish
PowerShell:
git-wrangler completion powershell > git-wrangler.ps1
The correct installation folder depends on your shell and operating system. Run git-wrangler completion <shell> --help for shell-specific instructions.
Related commands
- Use
helpto browse commands and options. - Return to Installation for package-manager setup.