Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ansi_term dependency for clap
The [clap](https://crates.io/crates/clap) crate used for argument parsing uses the `ansi_term` crate for colorized output, but colorized output is disabled for Windows. However, `ansi_term` is still compiled and used on Windows unless the build is configured to disable the "color" feature as discussed here: clap-rs/clap#1155 (comment) The manifest is updated to disable the color feature following these instructions: https://github.com/kbknapp/clap-rs#optional-dependencies--features
- Loading branch information