Class CopyTemplatesCommand.Settings
Namespace: Momentum.Extensions.EventMarkdownGenerator
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public sealed class CopyTemplatesCommand.Settings : CommandSettings
Inheritance
object ← CommandSettings ← CopyTemplatesCommand.Settings
Inherited Members
CommandSettings.Validate(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Settings()
csharp
public Settings()
Properties
Force
csharp
[CommandOption("-f|--force")]
public bool Force { get; init; }
Property Value
Output
csharp
[CommandOption("-o|--output")]
public string Output { get; init; }