Skip to content

Commit

Permalink
disable clap suggestions, as they're applying to script arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfondren authored and reitermarkus committed Jun 29, 2020
1 parent 3beaa4a commit 5f07a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suppress-cargo-output = ["chan"]

[dependencies]
chan = { version = "0.1.23", optional = true }
clap = "2.33.0"
clap = { version = "2.33", default-features = false, features = ["color", "vec_map"] }
env_logger = "0.7.1"
pulldown-cmark = "0.7.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 5f07a45

Please sign in to comment.