util.human.io: table: Return determined width as a second result

This allows callers to adjust other things based on the width of the rows
(such as header lines).
This commit is contained in:
Matthew Wild 2023-04-07 12:47:24 +01:00
parent 9760019a25
commit f842e05e95

View file

@ -194,7 +194,7 @@ local function new_table(col_specs, max_width)
table.insert(output, v);
end
return table.concat(output, separator);
end;
end, max_width;
end
return {