CliParserRootCommand Property
            The root of the command that is used to parse the command line input.
            If 
Command is already a root command, this will be same instance.
            If it's a sub-command, it will be the root of that sub-command.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public RootCommand RootCommand { get; }
Property Value
RootCommand