completion docs

This commit is contained in:
cupcakearmy 2021-04-28 10:34:43 +02:00
parent 50060cf539
commit b8d12e518c
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 18 additions and 0 deletions

View File

@ -22,6 +22,7 @@
> [General](/cli/general)
> [Info](/cli/info)
> [Check](/cli/check)
> [Completion](/cli/completion)
> [Backup](/cli/backup)
> [Restore](/cli/restore)
> [Forget](/cli/forget)

View File

@ -0,0 +1,17 @@
# Completion
```bash
autorestic completion [bash|zsh|fish|powershell]
```
Autorestic can generate shell completions automatically to make the experience even easier.
Supported shells are
- bash
- zsh
- fish
- powershell
To see how to install run `autorestic help completion` and follow the instructions for your specific shell
> :ToCPrevNext