altcover

AltCover.ValidatedCommandLine class

Holds the composed command line and any validation errors.

public sealed class ValidatedCommandLine : IEquatable<ValidatedCommandLine>, IStructuralEquatable

Public Members

name description
ValidatedCommandLine(…)  
Command { get; } The composed command line in Command
Errors { get; } Any validations errors in Errors.
override ToString() Returns a nicely formatted representation

See Also