IRemainingArguments Interface

Represents the remaining arguments.
public interface IRemainingArguments

Properties

abstract ILookup<string, string> Parsed
Gets the parsed remaining arguments.
abstract IReadOnlyList<string> Raw
Gets the raw, non-parsed remaining arguments. This is normally everything after the `--` delimiter.