mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 14:48:44 +02:00
@ -445,7 +445,7 @@ fn build_ansi_hashmap(v: &'static [AnsiCode]) -> HashMap<&'static str, &'static
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::AnsiCommand;
|
||||
use crate::platform::ansi::ansi_::AnsiCommand;
|
||||
|
||||
#[test]
|
||||
fn examples_work_as_expected() {
|
@ -1,7 +1,7 @@
|
||||
mod command;
|
||||
mod ansi_;
|
||||
mod gradient;
|
||||
mod strip;
|
||||
|
||||
pub use command::AnsiCommand as Ansi;
|
||||
pub use ansi_::AnsiCommand as Ansi;
|
||||
pub use gradient::SubCommand as AnsiGradient;
|
||||
pub use strip::SubCommand as AnsiStrip;
|
||||
|
Reference in New Issue
Block a user