pub fn error_cell(content: &str) -> Cell
Creates a styled cell with error color (red).
use sublime_cli_tools::output::table::error_cell; let cell = error_cell("✗");