File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -246,16 +246,16 @@ make COMPLETIONS=n MANPAGES=n install
246246
247247### Manually install shell completions
248248
249- The ` coreutils ` binary can generate completions for the ` bash ` , ` elvish ` ,
250- ` fish ` , ` powershell ` and ` zsh ` shells. It prints the result to stdout.
251-
252- The syntax is:
249+ The ` uudoc ` binary generates completions for the ` bash ` , ` elvish ` ,
250+ ` fish ` , ` powershell ` and ` zsh ` shells to stdout.
253251
252+ Install ` uudoc ` by
254253``` shell
255- # Install uudoc first
256254cargo install --bin uudoc --features uudoc --path .
255+ ```
257256
258- # Then use the installed binary
257+ Then use the installed binary:
258+ ``` shell
259259uudoc completion < utility> < shell>
260260```
261261
@@ -276,10 +276,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
276276To generate manpages, the syntax is:
277277
278278``` bash
279- # Install uudoc first
280- cargo install --bin uudoc --features uudoc --path .
281-
282- # Then use the installed binary
283279uudoc manpage < utility>
284280```
285281
You can’t perform that action at this time.
0 commit comments