completion
completion fish
Generate fish autocompletion script for the FlexAI CLI
Generate the autocompletion script for the fish 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 fish autocompletion script for the FlexAI CLI
flexai completion fish [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 fish > ~/.config/fish/completions/flexai.fish && \
source ~/.config/fish/config.fish
Was this page helpful?