mirror of
https://github.com/nushell/nushell.git
synced 2024-11-28 19:33:47 +01:00
9a864b5017
* allow flatshape (command line syntax) theming * renamed crate, organized
8 lines
120 B
Rust
8 lines
120 B
Rust
mod color_config;
|
|
mod nu_style;
|
|
mod shape_color;
|
|
|
|
pub use color_config::*;
|
|
pub use nu_style::*;
|
|
pub use shape_color::*;
|