ariadne
ariadne copied to clipboard
Potential deprecation of `concolor`
I'm posting this as this project is reported as a dependent of concolor and wanted to both give you a heads up to prepare and an opportunity to discuss in case we should re-evaluate this.
We are proposing deprecating concolor in favor of either
anstream- application-specific solutions built on
colorchoice,colorchoice-clap, and your choice of environment detection crates includinganstyle-queryandsupports-color.
We welcome feedback on this topic at rust-cli/concolor#47
Bump
In #98, I'm planning some fairly substantial changes to the crate. It's likely that concolor would be removed as part of this process anyway.
yeah
this just annoyed me that i have windows shit 2 times so I checked concolor and I've seen that it was deprecated so I found this issue
I'm currently using yansi (see yansi::whenever for an equivalent of concolor), and it seems to be working great!
So at that point, all that's necessary is to remove the concolor-related features.