Fix invisible file path text in PowerShell (#557)
change default path color on Windows This avoids a conflict with a PowerShell configuration that causes text to be invisible. Fixes #342
This commit is contained in:
committed by
Andrew Gallant
parent
92e5fad27d
commit
354a5cad97
@@ -576,7 +576,7 @@ pub struct ColorSpecs {
|
||||
/// Valid colors are `black`, `blue`, `green`, `red`, `cyan`, `magenta`,
|
||||
/// `yellow`, `white`.
|
||||
///
|
||||
/// Valid style instructions are `nobold` and `bold`.
|
||||
/// Valid style instructions are `nobold`, `bold`, `intense`, `nointense`.
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct Spec {
|
||||
ty: OutType,
|
||||
|
||||
Reference in New Issue
Block a user