ProgramCommands.executeHandlers

If any of the Commands have any handlers specified. Then those will be called in order of appearance on the command line by calling this function

struct ProgramCommands(Commands...)
void
executeHandlers
(
)
if (
Commands.length > 0
)

Meta