CliCommandAttributeParent Property
Gets or sets the parent of the command. This property is used when you prefer to use a non-nested class for a subcommand,
i.e. when you want to separate root command and subcommands into different classes/files.
If the class that this attribute is applied to, is already a nested class, then this property will be ignored.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public Type Parent { get; set; }
Property Value
Type