Skip to content

Commit

Permalink
chore(CLI): special clap configuration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Byron committed May 6, 2015
1 parent ef63790 commit 294da41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/api/type-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 294da41

Please sign in to comment.