> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# completion fish

> Generate fish autocompletion script for the FlexAI CLI

Generate the autocompletion script for the fish shell.

## Usage

```bash theme={null}
flexai completion fish [flags]
```

## Flags

| Flag                | Short | Type    | Description                     |
| ------------------- | ----- | ------- | ------------------------------- |
| `--help`            | `-h`  | boolean | Displays this help page.        |
| `--no-descriptions` |       | boolean | Disable completion descriptions |
| `--verbose`         | `-v`  | boolean | Enable verbose logging          |

## Examples

### Generate a fish completion script

```bash theme={null}

flexai completion fish > ~/.config/fish/completions/flexai.fish && \
source ~/.config/fish/config.fish

```
