698 B
698 B
description, argument-hint
| description | argument-hint |
|---|---|
| Generate shell completion scripts | shell |
Generate shell completion scripts for Bash, Zsh, or Fish to enable tab-completion.
Usage
gemini-google-maps-tool completion {bash|zsh|fish}
Arguments
SHELL: Shell type - bash, zsh, or fish (required)
Examples
# Generate Bash completion
eval "$(gemini-google-maps-tool completion bash)"
# Generate Zsh completion
eval "$(gemini-google-maps-tool completion zsh)"
# Install Fish completion
gemini-google-maps-tool completion fish > \
~/.config/fish/completions/gemini-google-maps-tool.fish
Output
Shell-specific completion script that can be evaluated or saved to a file.