IRemainingArguments Interface API Reference Spectre.Console.Cli IRemainingArguments Represents the remaining arguments. public interface IRemainingArguments Namespace Spectre.Console.Cli 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.