clap_autocomplete 0.4.1

Easy to integrate shell completion for Clap. Finds the user's shell and puts completion files in the appropriate locations.
Documentation
[dependencies.clap]
default-features = false
version = "4"

[dependencies.clap_complete]
version = "4"

[dependencies.query-shell]
version = "0.3"

[dependencies.xdg]
version = "2.4"
[dev-dependencies.clap]
features = ["cargo"]
version = "4"

[package]
authors = ["Icelk <main@icelk.dev>"]
categories = ["command-line-interface"]
description = "Easy to integrate shell completion for Clap. Finds the user's shell and puts completion files in the appropriate locations."
edition = "2021"
homepage = "https://github.com/Icelk/clap_autocomplete"
keywords = ["cli", "bash", "clap", "completion", "fish"]
license = "MIT OR Apache-2.0"
name = "clap_autocomplete"
readme = "README.md"
repository = "https://github.com/Icelk/clap_autocomplete"
version = "0.4.1"