feat: Add TableStyle::Nothing to allow disabling table borders
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
bb45af93fc
commit
eaf47d7fed
@@ -26,10 +26,10 @@ pub enum ContentArrangement {
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum TableStyle {
|
||||
#[default]
|
||||
Ascii,
|
||||
Utf8,
|
||||
Utf8Full,
|
||||
#[default]
|
||||
Nothing,
|
||||
Custom(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user