BadScript 2
Loading...
Searching...
No Matches
HelpTextWithLineBreaksAndSubIndentation_Options.cs
Go to the documentation of this file.
2{
4 {
5
6 [Option(HelpText = @"This is a help text description where we want:
7 * The left pad after a linebreak to be honoured and the indentation to be preserved across to the next line
8 * The ability to return to no indent.
9Like this.")]
10 public string StringValue { get; set; }
11
12 }
13}