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.
67pub use comfy_table::*;