warning_cell

Function warning_cell 

Source
pub fn warning_cell(content: &str) -> Cell
Expand description

Creates a styled cell with warning color (yellow).

§Examples

use sublime_cli_tools::output::table::warning_cell;

let cell = warning_cell("⚠");