Generate shell completion scripts for bash, zsh, or fish shells.
/plugin marketplace add dnvriend/gemini-nano-banana-tool/plugin install gemini-nano-banana-tool@gemini-nano-banana-tool# Completion Command Generate shell completion scripts for bash, zsh, or fish shells. ## Usage ## Arguments - `SHELL` - Shell type (bash, zsh, or fish) ## Examples ### Bash Completion ### Zsh Completion ### Fish Completion ## What Shell Completion Does Shell completion provides: - **Command Completion**: Tab to complete command names - **Argument Completion**: Tab to complete option names - **Value Completion**: Tab to complete option values (file paths, choices) - **Help Integration**: Shows available options while typing ## Installation ### Bash Add to `~/.bashrc`: ...