chore: adds dashed lines to dep graph

This commit is contained in:
Kevin K 2015-08-25 17:30:42 -04:00
parent 5aa02042ca
commit d34050cfe1
2 changed files with 7 additions and 0 deletions

View file

@ -309,8 +309,15 @@ The following is a list of optional `clap` features:
* **"suggestions"**: Turns on the `Did you mean '--myoption' ?` feature for when users make typos.
* **"color"**: Turns on red error messages. This feature only works on non-Windows OSs.
* **"lints"**: This is **not** included by default and should only be used while developing to run basic lints against changes. This can only be used on Rust nightly.
### Dependencies Tree
The following graphic depicts `clap`s dependency graph.
* **Solid** Line: Optional dep
* **Dashed** Line: Development only dep
![clap dependencies](clap.png)
### More Information

BIN
clap.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB