Fix README link

Fixes link pointing to archived version of `clap_generate`.
This commit is contained in:
Richard Hozák 2020-04-17 22:30:40 +02:00 committed by GitHub
parent e1d83a7880
commit a3603f20fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ Below are a few of the features which `clap` supports, full descriptions and usa
* **Auto-generated Help, Version, and Usage information**
- Can optionally be fully, or partially overridden if you want a custom help, version, or usage statements
* **Auto-generated completion scripts (Bash, Zsh, Fish, Elvish and PowerShell)**
- Using [`clap_generate`](https://github.com/clap-rs/clap_generate)
- Using [`clap_generate`](https://github.com/clap-rs/clap/tree/master/clap_generate)
- Even works through many multiple levels of subcommands
- Works with options which only accept certain values
- Works with subcommand aliases