IRemainingArguments

Represents the remaining arguments.

Represents the remaining arguments.

Properties

Parsed : ILookup<string, string>

Gets the parsed remaining arguments.

Raw : IReadOnlyList<string>

Gets the raw, non-parsed remaining arguments. This is normally everything after the `--` delimiter.