Document how to generate prefixed completions (#8817)

* Document how to generate prefixed completions
This commit is contained in:
E 2025-10-05 22:13:03 +09:00 committed by GitHub
parent 02312bfffd
commit 788bf9259e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -256,6 +256,11 @@ So, to install completions for `ls` on `bash` to
cargo run completion ls bash > /usr/local/share/bash-completion/completions/ls
```
Completion for prefixed `cp` with `uu-` on `zsh` is generated by
```shell
env PROG_PREFIX=uu- cargo run completion cp zsh
```
### Manually install manpages
To generate manpages, the syntax is: