pub fn warning_cell(content: &str) -> Cell
Creates a styled cell with warning color (yellow).
use sublime_cli_tools::output::table::warning_cell; let cell = warning_cell("⚠");