mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Document how to generate prefixed completions (#8817)
* Document how to generate prefixed completions
This commit is contained in:
parent
02312bfffd
commit
788bf9259e
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue