/*
SPDX-License-Identifier: MIT OR Apache-2.0
SPDX-FileCopyrightText: © 2023-2026 Bruce D'Arcus and Citum contributors
*/
/// Unified table builder for CLI list output.
///
/// Provides a consistent table rendering interface using `UTF8_BORDERS_ONLY`
/// preset with dynamic terminal width and cyan headers.
use UTF8_BORDERS_ONLY;
use ;
/// Build a formatted table with cyan headers and UTF8_BORDERS_ONLY styling.
///
/// Returns a string containing the rendered table. Headers are displayed in cyan.