CliCommandBuilderGetChildren(Type) Method
            Gets the command builders that are registered as nested/external children of a parent definition.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public static IEnumerable<CliCommandBuilder> GetChildren(
	Type parentDefinitionType
)
- parentDefinitionType  Type
 - The type of the parent definition class.
 
IEnumerableCliCommandBuilderAn enumerable whose elements are the 
CliCommandBuilder instances registered as nested/external children.