Holds the composed command line and any validation errors.
public sealed class ValidatedCommandLine : IEquatable<ValidatedCommandLine>, IStructuralEquatable
| 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 |