Remove trimming

This commit is contained in:
Benjamin Michaelis
2022-10-12 17:12:11 -07:00
committed by Patrik Svensson
parent 82de4a55c4
commit a91a3c12ad
8 changed files with 16 additions and 16 deletions

View File

@ -377,7 +377,7 @@ internal static class HelpWriter
grid.AddRow(
arguments.ToString().TrimEnd(),
child.Description?.TrimEnd('.') ?? " ");
child.Description ?? " ");
}
result.Add(grid);