Remove trimming

This commit is contained in:
Benjamin Michaelis
2022-10-13 20:42:23 +02:00
committed by Patrik Svensson
parent 82de4a55c4
commit a91a3c12ad
8 changed files with 16 additions and 16 deletions
@@ -377,7 +377,7 @@ internal static class HelpWriter
grid.AddRow(
arguments.ToString().TrimEnd(),
child.Description?.TrimEnd('.') ?? " ");
child.Description ?? " ");
}
result.Add(grid);