From a3603f20fe5577a8fec1f7ebe058f4b91b32d7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Hoz=C3=A1k?= Date: Fri, 17 Apr 2020 22:30:40 +0200 Subject: [PATCH] Fix README link Fixes link pointing to archived version of `clap_generate`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1d384b..8ab9eb45 100644 --- a/README.md +++ b/README.md @@ -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