getCommandInfoFor.CommandDescription

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

Meta