Represents a command type graph where the information about the parent-child relationships of commands are drawn from the children, via the @ParentCommand UDA.
Represents a command type graph with only one type.
Represents a command type graph where the information about the parent-child relationships of commands are drawn from the parents, via the @Subcommands UDA.