mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: adds dashed lines to dep graph
This commit is contained in:
parent
5aa02042ca
commit
d34050cfe1
2 changed files with 7 additions and 0 deletions
|
@ -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
BIN
clap.png
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue