We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
instead of green color it's shows as ←[32mNAMESPACE←[0m
←[32mNAMESPACE←[0m
Switched namespace to "←[32mfalco←[0m" PS C:\Users\> kn.exe dev default ←[32mfalco←[0m test
It works fine with Visual code Powershell. Need to check better libs for color.
The text was updated successfully, but these errors were encountered:
Need to test this - colored-rs/colored#59 (comment)
https://docs.rs/colored/2.0.0/x86_64-pc-windows-msvc/colored/control/fn.set_virtual_terminal.html
Sorry, something went wrong.
fixed.
use colored::*; //in function control::set_virtual_terminal(true).unwrap();
gaganyaan2
No branches or pull requests
instead of green color it's shows as
←[32mNAMESPACE←[0m
It works fine with Visual code Powershell.
Need to check better libs for color.
The text was updated successfully, but these errors were encountered: