Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,16 @@ make COMPLETIONS=n MANPAGES=n install

### Manually install shell completions

The `coreutils` binary can generate completions for the `bash`, `elvish`,
`fish`, `powershell` and `zsh` shells. It prints the result to stdout.

The syntax is:
The `uudoc` binary generates completions for the `bash`, `elvish`,
`fish`, `powershell` and `zsh` shells to stdout.

Install `uudoc` by
```shell
# Install uudoc first
cargo install --bin uudoc --features uudoc --path .
```

# Then use the installed binary
Then use the installed binary:
```shell
uudoc completion <utility> <shell>
```

Expand All @@ -276,10 +276,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
To generate manpages, the syntax is:

```bash
# Install uudoc first
cargo install --bin uudoc --features uudoc --path .

# Then use the installed binary
uudoc manpage <utility>
```

Expand Down
Loading