Name Property
    Gets the name of the command.
    
        public string Name { get; }
        - Namespace
 - Spectre
.Console .Cli  - Containing Type
 - CommandContext
 - Property Type
 - string
 
string
The name of the command.
public string Name { get; }
        string
The name of the command.