OptionValues Property

Definition

Assembly XenoAtom.CommandLine.dll

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; }

Returns