mirror of
https://github.com/nushell/nushell.git
synced 2025-07-14 21:35:58 +02:00
disable ansi colors for backwards compat
This commit is contained in:
@ -94,7 +94,8 @@ impl Command for Input {
|
||||
// for now, and backwards compat, we just use the empty
|
||||
// string
|
||||
};
|
||||
let mut line_editor = Reedline::create();
|
||||
let mut line_editor = Reedline::create().with_ansi_colors(false); // Disable ansi colors for now
|
||||
|
||||
// TODO handle options
|
||||
|
||||
loop {
|
||||
|
Reference in New Issue
Block a user