matchAndExecuteFromRootCommands

Uses the top-down approach, and the given bind argument function. You don't need to scan the modules to do the top-down approach.

template matchAndExecuteFromRootCommands (
alias bindArgument
RootCommandTypes...
) {}

Members

Aliases

matchAndExecuteFromRootCommands
alias matchAndExecuteFromRootCommands = matchAndExecute!(bindArgument, TopDownCommandTypeGraph!RootCommandTypes)
Undocumented in source.

Meta