BadScript 2
Loading...
Searching...
No Matches
HelpTextWithMixedLineBreaks_Options.cs
Go to the documentation of this file.
1
namespace
CommandLine.Tests.Fakes
2
{
3
public
class
HelpTextWithMixedLineBreaks_Options
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
}
CommandLine.Tests.Fakes.HelpTextWithMixedLineBreaks_Options
Definition
HelpTextWithMixedLineBreaks_Options.cs:4
CommandLine.Tests.Fakes.HelpTextWithMixedLineBreaks_Options.StringValue
string StringValue
Definition
HelpTextWithMixedLineBreaks_Options.cs:7
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
HelpTextWithMixedLineBreaks_Options.cs
Generated by
1.9.8