mirror of
https://github.com/nushell/nushell.git
synced 2025-05-14 23:14:34 +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
|
// for now, and backwards compat, we just use the empty
|
||||||
// string
|
// 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
|
// TODO handle options
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
Loading…
Reference in New Issue
Block a user