Skip to main content

pimalaya_cli/
table.rs

1//! Re-export of the `comfy-table` tabular output crate.
2//!
3//! Consumers of `pimalaya-cli` enable the `table` feature and reach
4//! the underlying types via [`crate::table`] instead of pulling
5//! `comfy-table` in directly.
6
7pub use comfy_table::*;