Skip to content

Commit 082b498

Browse files
committed
Correct double printing in compact table writer
1 parent a618dcb commit 082b498

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/Vertical/Cli/Help/Internal/CompactTableWriter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public void WriteList(HelpListItem[] listItems)
1717
if (maxDescriptionLength == 0)
1818
{
1919
WriteListItems(listItems, (adjustedWidth, 0));
20+
return;
2021
}
2122

2223
var identifierColumnWidth = ComputeIdentifierColumnWidth(listItems)

0 commit comments

Comments
 (0)