pub fn format_table( headers: &[&str], rows: &[Vec<String>], indent: usize, ) -> String
Create a table with headers and rows