Gets parsed option values keyed by canonical option name. Values include command-line and environment-variable fallback occurrences.
public IReadOnlyDictionary<string, IReadOnlyList<string?>> OptionValues { get; }