flowscope_cli/output/
mod.rs

1//! Output formatting modules.
2
3pub mod table;
4
5pub use table::format_table;