BadScript 2
Loading...
Searching...
No Matches
IInterface_With_Two_Scalar_Options.cs
Go to the documentation of this file.
1
namespace
CommandLine.Tests.Fakes
2
{
3
public
interface
IInterface_With_Two_Scalar_Options
4
{
5
[Option(
'v'
,
"verbose"
, HelpText =
"Comment extensively every operation."
)]
6
bool
Verbose
{
get
;
set
; }
7
8
[Option(HelpText =
"Input file."
)]
9
string
InputFile
{
get
;
set
; }
10
}
11
}
CommandLine.Tests.Fakes.IInterface_With_Two_Scalar_Options
Definition
IInterface_With_Two_Scalar_Options.cs:4
CommandLine.Tests.Fakes.IInterface_With_Two_Scalar_Options.Verbose
bool Verbose
Definition
IInterface_With_Two_Scalar_Options.cs:6
CommandLine.Tests.Fakes.IInterface_With_Two_Scalar_Options.InputFile
string InputFile
Definition
IInterface_With_Two_Scalar_Options.cs:9
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
IInterface_With_Two_Scalar_Options.cs
Generated by
1.9.8