AllCommandsOf.getCommands

Undocumented in source.

Members

Aliases

commandNames
alias commandNames = Filter!(isCommand, __traits(allMembers, Module))
Undocumented in source.
getCommands
alias getCommands = staticMap!(getMember, commandNames)
Undocumented in source.

Templates

isCommand
template isCommand(string memberName)
Undocumented in source.

Meta