mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-22 19:21:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user