Data Property
    Gets the data that was passed to the command during registration (if any).
    
        public object Data { get; }
        - Namespace
 - Spectre
.Console .Cli  - Containing Type
 - CommandContext
 - Property Type
 - object
 
object
The command data.