mirror of
https://github.com/nushell/nushell.git
synced 2025-05-11 05:24:27 +02:00
disable ansi colors for backwards compat
This commit is contained in:
parent
ab9c711a5d
commit
4dca69fade
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user