Adding clap_complete library as a dependency

Run this command in a terminal, in your project's directory:

cargo add clap_complete

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

clap_complete = "4.6.2"

The clap_complete library will be automatically available globally. Read the clap_complete library documentation.

Back to the crate overview.