commandlineparser / commandlineparser/commandline
commandline/src/CommandLine/Text/HelpText.cs AddLine() calls value.Trim() stripping out example spacing
Offen
- Vorherrschende Sprache
- C#
- Sterne
- 4.8k
- Forks
- 478
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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()
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.