forked from extern/nushell
parent
fd4ba0443d
commit
35fc387505
@ -30,7 +30,8 @@ pub fn build_table(value: Value, description: String, termsize: usize) -> String
|
||||
}
|
||||
|
||||
if val_table_width > desc_table_width {
|
||||
increase_string_width(&mut desc, val_table_width);
|
||||
desc_width += val_table_width - desc_table_width;
|
||||
increase_string_width(&mut desc, desc_width);
|
||||
}
|
||||
|
||||
if desc_table_width > termsize {
|
||||
|
Loading…
Reference in New Issue
Block a user