Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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]
--help
-h
--no-descriptions
--verbose
-v
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?