InitSubOptions Class

Namespace
GitReleaseManager.Core.Options
Base Types
graph BT Type-->Base0["BaseSubOptions"] click Base0 "/GitReleaseManager/api/GitReleaseManager.Core.Options/BaseSubOptions" Base0-->Base1["object"] Type["InitSubOptions"] class Type type-node

Syntax

[Verb("init", HelpText = "Creates a sample Yaml Configuration file in root directory")]
public class InitSubOptions : BaseSubOptions

Attributes

Type Description
Verb

Properties

Name Value Summary
Debug bool
Inherited from BaseSubOptions
ExtractTemplates bool
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
GitHub