BadScript 2
Loading...
Searching...
No Matches
Options_With_Switches.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
class
Options_With_Switches
6
{
7
[Option(
"input"
)]
8
public
string
InputFile
{
get
;
set
; }
9
10
[Option(
'o'
)]
11
public
string
OutputFile
{
get
;
set
; }
12
13
[Option(
'v'
)]
14
public
bool
Verbose
{
get
;
set
; }
15
16
[Option(
'h'
)]
17
public
bool
HumanReadable
{
get
;
set
; }
18
19
[Option(
'i'
)]
20
public
bool
IgnoreWarnings
{
get
;
set
; }
21
}
22
}
CommandLine.Tests.Fakes.Options_With_Switches
Definition
Options_With_Switches.cs:6
CommandLine.Tests.Fakes.Options_With_Switches.Verbose
bool Verbose
Definition
Options_With_Switches.cs:14
CommandLine.Tests.Fakes.Options_With_Switches.HumanReadable
bool HumanReadable
Definition
Options_With_Switches.cs:17
CommandLine.Tests.Fakes.Options_With_Switches.InputFile
string InputFile
Definition
Options_With_Switches.cs:8
CommandLine.Tests.Fakes.Options_With_Switches.IgnoreWarnings
bool IgnoreWarnings
Definition
Options_With_Switches.cs:20
CommandLine.Tests.Fakes.Options_With_Switches.OutputFile
string OutputFile
Definition
Options_With_Switches.cs:11
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Switches.cs
Generated by
1.9.8