mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:45:03 +02:00
add nu-ansi-term (#3089)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
use ansi_term::Color;
|
||||
use bigdecimal::BigDecimal;
|
||||
use codespan_reporting::diagnostic::{Diagnostic, Label};
|
||||
use derive_new::new;
|
||||
use getset::Getters;
|
||||
use nu_ansi_term::Color;
|
||||
use nu_source::{
|
||||
DbgDocBldr, DebugDocBuilder, HasFallibleSpan, PrettyDebug, Span, Spanned, SpannedItem,
|
||||
};
|
||||
|
Reference in New Issue
Block a user