mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Document how to generate prefixed completions (#8817)
* Document how to generate prefixed completions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user