BadScript 2
Loading...
Searching...
No Matches
Options_With_Enum_Having_HelpText.cs
Go to the documentation of this file.
1
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3
namespace
CommandLine.Tests.Fakes
4
{
5
public
enum
Shapes
6
{
7
Circle
,
8
Square
,
9
Triangle
10
}
11
12
class
Options_With_Enum_Having_HelpText
13
{
14
[Option(HelpText =
"Define a string value here."
)]
15
public
string
StringValue
{
get
;
set
; }
16
17
[Option(HelpText=
"Define a enum value here."
)]
18
public
Shapes
Shape
{
get
;
set
; }
19
}
20
}
CommandLine.Tests.Fakes.Options_With_Enum_Having_HelpText
Definition
Options_With_Enum_Having_HelpText.cs:13
CommandLine.Tests.Fakes.Options_With_Enum_Having_HelpText.Shape
Shapes Shape
Definition
Options_With_Enum_Having_HelpText.cs:18
CommandLine.Tests.Fakes.Options_With_Enum_Having_HelpText.StringValue
string StringValue
Definition
Options_With_Enum_Having_HelpText.cs:15
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
CommandLine.Tests.Fakes.Shapes
Shapes
Definition
Options_With_Enum_Having_HelpText.cs:6
CommandLine.Tests.Fakes.Shapes.Circle
@ Circle
CommandLine.Tests.Fakes.Shapes.Triangle
@ Triangle
CommandLine.Tests.Fakes.Shapes.Square
@ Square
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Enum_Having_HelpText.cs
Generated by
1.9.8