npx claudepluginhub dnvriend/openai-tts-tool --plugin openai-tts-toolshellGenerate shell completion script for the specified SHELL. ## Usage ## Arguments - `SHELL`: Shell type (bash/zsh/fish) (required) ## Examples ## Output Returns shell-specific completion script for auto-completion support.
Generate shell completion script for the specified SHELL.
openai-tts-tool completion SHELL
SHELL: Shell type (bash/zsh/fish) (required)# Generate bash completion
openai-tts-tool completion bash
# Generate zsh completion
openai-tts-tool completion zsh
# Generate fish completion
openai-tts-tool completion fish
# Install directly (eval)
eval "$(openai-tts-tool completion bash)"
Returns shell-specific completion script for auto-completion support.