IRemainingArguments Interface
    Represents the remaining arguments.
    
        public interface IRemainingArguments
        - Namespace
 - Spectre
.Console .Cli  
Properties
Extension Methods
- 
                                 T And
< I Remaining Arguments> (Action < I Remaining Arguments> )  - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.