Represents the result of parsing command-line arguments.
public sealed class ParseResult
kind:method, kind:property, kind:ctor. Press Esc to clear.ArgumentValuesGets parsed positional argument values.ErrorsGets parsing errors collected during parsing.HasErrorsGets a value indicating whether parsing produced errors.HelpRequestedGets a value indicating whether help was requested.OptionValuesGets parsed option values keyed by canonical option name. Values include command-line and environment-variable fallback occurrences.RemainingArgumentsGets remaining unprocessed arguments.ResolvedCommandGets the command resolved by parsing (the deepest matched sub-command).ResolvedCommandPathGets the resolved full command path.VersionRequestedGets a value indicating whether version was requested.