Arguments Property
    Gets all the arguments that were passed to the application.
    
        public IReadOnlyList<string> Arguments { get; }
        - Namespace
 - Spectre
.Console .Cli  - Containing Type
 - CommandContext
 - Property Type
 - IReadOnlyList
<string>