Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove colored crate #3740

Open
jcamiel opened this issue Feb 16, 2025 · 0 comments
Open

Remove colored crate #3740

jcamiel opened this issue Feb 16, 2025 · 0 comments
Labels
enhancement New feature or request refactoring

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Feb 16, 2025

We should remove colored Rust crate and provide our own ansi text color code. This shouldn't be too difficult, we just need to pay attention why there is a specific Windows path in

#[cfg(target_family = "windows")]
pub fn init_crate_colored() {
control::set_override(true);
control::set_virtual_terminal(true).expect("set virtual terminal");

@jcamiel jcamiel added dependencies Pull requests that update a dependency file enhancement New feature or request refactoring and removed dependencies Pull requests that update a dependency file labels Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring
Projects
None yet
Development

No branches or pull requests

1 participant