EmptyCommandSettings Class
Represents empty settings.
public sealed class EmptyCommandSettings : CommandSettings
- Namespace
- Spectre
.Console .Cli - Base Types
Methods
-
virtual ValidationResult Validate
() - Performs validation of the settings.
Extension Methods
-
T And
< Empty Command Settings> (Action < Empty Command Settings> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.