Fix assert_cli url

Even though github redirects to the correct url, it is better to mention the correct one 😄
This commit is contained in:
Dylan DPC 2018-06-30 19:16:40 +05:30 committed by Kevin K
parent 30e6cd192a
commit 6a99e638f7

View file

@ -572,7 +572,7 @@ Upon bumping the minimum version of Rust (assuming it's within the stable-2 rang
There are several excellent crates which can be used with `clap`, I recommend checking them all out! If you've got a crate that would be a good fit to be used with `clap` open an issue and let me know, I'd love to add it!
* [`structopt`](https://github.com/TeXitoi/structopt) - This crate allows you to define a struct, and build a CLI from it! No more "stringly typed" and it uses `clap` behind the scenes! (*Note*: There is work underway to pull this crate into mainline `clap`).
* [`assert_cli`](https://github.com/killercup/assert_cli) - This crate allows you test your CLIs in a very intuitive and functional way!
* [`assert_cli`](https://github.com/assert-rs/assert_cli) - This crate allows you test your CLIs in a very intuitive and functional way!
## Recent Breaking Changes