table formatting fix
This commit is contained in:
parent
2b550631a2
commit
4d1093b50b
@ -262,7 +262,8 @@ pub fn list(vault_folder : &path::Path) -> Result<(), error::Error> {
|
|||||||
|
|
||||||
table
|
table
|
||||||
.load_preset(comfy_table::presets::UTF8_FULL)
|
.load_preset(comfy_table::presets::UTF8_FULL)
|
||||||
.apply_modifier(comfy_table::modifiers::UTF8_ROUND_CORNERS);
|
.apply_modifier(comfy_table::modifiers::UTF8_ROUND_CORNERS)
|
||||||
|
.set_content_arrangement(comfy_table::ContentArrangement::Dynamic);
|
||||||
|
|
||||||
table.set_header(vec!["Id", "Name", "Tags", "Priority"]);
|
table.set_header(vec!["Id", "Name", "Tags", "Priority"]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user