getCommandInfoFor.CommandDescription

Undocumented in source.
  1. enum CommandDescription;
    template getCommandInfoFor(alias CommandT, alias ArgBinderInstance)
    static if(hasUDA!(CommandT, Command))
    enum CommandDescription = getSingleUDA!(CommandT, Command).description;
  2. enum CommandDescription;

Meta