nushell/crates/nu-cli/src/lib.rs

6 lines
136 B
Rust
Raw Normal View History

2021-08-10 20:51:08 +02:00
mod errors;
mod syntax_highlight;
pub use errors::{report_parsing_error, report_shell_error};
pub use syntax_highlight::NuHighlighter;