cli-completion 0.4.0

cli completion for bash, zsh, fish and powershell.
[package]
name = "cli-completion"
version = "0.4.0"
edition = "2018"
description = "cli completion for bash, zsh, fish and powershell."
authors = ["linux_china <libing.chen@gmail.com>"]
keywords = ["cli", "completion"]
categories = ["command-line-utilities"]
documentation = "https://github.com/linux-china/cli-completion"
readme = "README.md"
homepage = "https://github.com/linux-china/cli-completion"
repository = "https://github.com/linux-china/cli-completion"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.0.0-beta.5", features = ["yaml"] }
clap_generate = "3.0.0-beta.5"
yaml-rust = "0.4"