BadScript 2
Loading...
Searching...
No Matches
HelpTextWithMixedLineBreaks_Options.cs
Go to the documentation of this file.
2{
4 {
5 [Option(HelpText =
6 "This is a help text description\n It has multiple lines.\r\n Third line")]
7 public string StringValue { get; set; }
8 }
9}