> ## 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:bash

> Install Bash completion for the talos command.

Install Bash completion files for the CLI. The command writes `~/.local/share/bash-completion/completions/oo` and `~/.local/share/bash-completion/completions/talos`, then prints how to load them if the [bash-completion](https://github.com/scop/bash-completion) package is not already sourcing that directory.

## Usage

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

## Examples

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

The `bash-completion` package loads the completions directory automatically. If you do not use it, source the file from your `~/.bashrc` instead:

```bash theme={null}
source ~/.local/share/bash-completion/completions/talos
```

## Options

This command takes no options.
