(lxc_completion_fish.md)=
# `lxc completion fish`

Generate the autocompletion script for fish

## Synopsis

Generate the autocompletion script for the fish shell.

To load completions in your current shell session:

	lxc completion fish | source

To load completions for every new session, execute once:

	lxc completion fish > ~/.config/fish/completions/lxc.fish

You will need to start a new shell for this setup to take effect.


```
lxc completion fish [flags]
```

## Options

```
      --no-descriptions   disable completion descriptions
```

## Options inherited from parent commands

```
      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Don't show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number
```

## SEE ALSO

* [lxc completion](lxc_completion.md)	 - Generate the autocompletion script for the specified shell

