- Namespace
- GitReleaseManager
.Core .Options - Base Types
-
- object
- BaseSubOptions
graph BT
Type-->Base0["BaseSubOptions"]
click Base0 "/GitReleaseManager/api/GitReleaseManager.Core.Options/BaseSubOptions"
Base0-->Base1["object"]
Type["ShowConfigSubOptions"]
class Type type-node
Syntax
[Verb("showconfig", HelpText = "Shows the current configuration")]
public class ShowConfigSubOptions : BaseSubOptions
Attributes
| Type | Description |
|---|---|
| Verb |
Properties
| Name | Value | Summary |
|---|---|---|
| Debug | bool |
Inherited from BaseSubOptions
|
| IsCISystem | bool |
Inherited from BaseSubOptions
|
| LogFilePath | string |
Inherited from BaseSubOptions
|
| NoLogo | bool |
Inherited from BaseSubOptions
|
| TargetDirectory | string |
Inherited from BaseSubOptions
|
| Verbose | bool |
Inherited from BaseSubOptions
|