# completions

Generates shell completion script for the specified shell. Completions provide tab-completion for commands and dynamic branch name suggestions.

```bash
workmux completions <shell>
```

## Arguments

- `<shell>`: Shell type: `bash`, `zsh`, or `fish`.

## Examples

```bash
# Generate completions for zsh
workmux completions zsh
```

See [Installation - Shell completions](/guide/installation/#shell-completions) for setup instructions.
