chore(CLI): special clap configuration

Turn off default features to disable overly red first version
of otherwise very promising ascii-coloring support.

It's good to see that thanks to yaml, that flexibility is easily
achieved without altering any generator code.
This commit is contained in:
Sebastian Thiel
2015-05-06 11:38:40 +02:00
parent ef63790422
commit 294da41a30

View File

@@ -26,8 +26,12 @@ cargo:
keywords: [cli]
is_executable: YES
dependencies:
- clap = "*"
- strsim = "*"
- yup-hyper-mock = "*"
- serde = ">= 0.3.0"
- serde_macros = "*"
- |
[dependencies.clap]
version = "*"
features = ["suggestions"]
default-features = false