commandlineparser / commandlineparser/commandline
commandline/src/CommandLine/Text/HelpText.cs AddLine() calls value.Trim() stripping out example spacing
Open
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
In generating help text spacing is supposed to be prefixed to the start of the line to make Usage sections easier to read.
AddLine() calls .Trim() which removes spacing from the start of the line. Since whitespace is used for formatting it should not be calling Trim()
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.