jcli.commandgraph.graph

Undocumented in source.

Members

Structs

TypeGraphNode
struct TypeGraphNode
Undocumented in source.

Templates

AllCommandsOf
template AllCommandsOf(Modules...)
Undocumented in source.
AllSubcommandsOf
template AllSubcommandsOf(CommandTypes...)
Undocumented in source.
BottomUpCommandTypeGraph
template BottomUpCommandTypeGraph(_Types...)

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

DegenerateCommandTypeGraph
template DegenerateCommandTypeGraph(CommandType)

Represents a command type graph with only one type.

SubcommandsOf
template SubcommandsOf(CommandType)
Undocumented in source.
TopDownCommandTypeGraph
template TopDownCommandTypeGraph(RootTypes...)

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

escapedName
template escapedName(T)
Undocumented in source.

Meta