Raw Property
    Gets the raw, non-parsed remaining arguments.
    This is normally everything after the `--` delimiter.
    
        IReadOnlyList<string> Raw { get; }
        - Namespace
 - Spectre
.Console .Cli  - Containing Type
 - IRemainingArguments
 - Property Type
 - IReadOnlyList
<string>