mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-11-02 01:55:27 +08:00
Remove trimming
This commit is contained in:
committed by
Patrik Svensson
parent
82de4a55c4
commit
a91a3c12ad
@@ -377,7 +377,7 @@ internal static class HelpWriter
|
||||
|
||||
grid.AddRow(
|
||||
arguments.ToString().TrimEnd(),
|
||||
child.Description?.TrimEnd('.') ?? " ");
|
||||
child.Description ?? " ");
|
||||
}
|
||||
|
||||
result.Add(grid);
|
||||
|
||||
Reference in New Issue
Block a user