completion
completion zsh
Generate zsh autocompletion script for the FlexAI CLI
Generate the autocompletion script for the zsh shell.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate zsh autocompletion script for the FlexAI CLI
flexai completion zsh [flags]
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--no-descriptions | boolean | Disable completion descriptions | |
--verbose | -v | boolean | Enable verbose logging |
flexai completion zsh > _flexai
sudo mkdir -p /usr/local/share/zsh/site-functions
sudo mv _flexai /usr/local/share/zsh/site-functions/
source ~/.zshrc
Was this page helpful?