mirror of
https://github.com/sharkdp/bat
synced 2026-07-25 17:21:43 +00:00
Use nu-ansi-term instead of ansi_term
The `nu-ansi-term` crate is a fork of `ansi_term` which is maintained by the Nushell project.
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
use std::io::Write;
|
||||
use std::vec::Vec;
|
||||
|
||||
use ansi_term::Colour::{Fixed, Green, Red, Yellow};
|
||||
use ansi_term::Style;
|
||||
use nu_ansi_term::Color::{Fixed, Green, Red, Yellow};
|
||||
use nu_ansi_term::Style;
|
||||
|
||||
use bytesize::ByteSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user