Mention --completion in the README

This commit is contained in:
einfachIrgendwer0815
2024-11-15 19:48:41 +01:00
parent 6e770db519
commit 0e9e38e9cb

View File

@ -465,6 +465,12 @@ cargo install --locked bat
Note that additional files like the man page or shell completion Note that additional files like the man page or shell completion
files can not be installed in this way. They will be generated by `cargo` and should be available in the cargo target folder (under `build`). files can not be installed in this way. They will be generated by `cargo` and should be available in the cargo target folder (under `build`).
Shell completions are also available by running:
```bash
bat --completion <shell>
# see --help for supported shells
```
## Customization ## Customization
### Highlighting theme ### Highlighting theme