You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
347 B
18 lines
347 B
4 years ago
|
# 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
|