BACK to addon.html#dispatch

 autogen definitions dispatch.tpl;
 
 cmd =
     alpha,   beta,    gamma,   delta,   omega;
 
 cmd = help;
 
 alpha-help = 'this is the first greek letter';
 beta-help  = 'beta customers are helpful';
 help-help  = <<- _EOF_
 	The help text skips secret commands 'gamma' and 'delta'.
 	_EOF_;
 omega-help = 'this is the end.';
 
 dispatch = {
     fmt = 'greek_%s';
     arg = 'void * cookie';
     ret = int;
     c-text = 'static int fumble;';
 };