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

# completion:fish

> Install Fish completion for the talos command.

Install Fish completion files for the CLI. The command writes `~/.config/fish/completions/oo.fish` and `~/.config/fish/completions/talos.fish`. Fish loads completions from that directory automatically, so no shell configuration is required.

## Usage

```bash theme={null}
talos completion:fish [options]
```

## Examples

```bash theme={null}
talos completion:fish
```

Start a new shell or run `exec fish` to pick up the completions.

## Options

This command takes no options.
