nushell/crates/nu-command/src/viewers/mod.rs
Darren Schroeder 9a864b5017
allow flatshape (command line syntax) theming (#502)
* allow flatshape (command line syntax) theming

* renamed crate, organized
2021-12-16 06:17:29 -06:00

7 lines
84 B
Rust

mod griddle;
mod icons;
mod table;
pub use griddle::Griddle;
pub use table::Table;