DESC

Add description to a registered option or argument.

  1. mixintemplate DESC(alias field, string desc)
    mixin template DESC (
    alias field
    string desc
    ) {}
  2. mixintemplate DESC(string desc)

Members

Mixins

__anonymous
mixin DESC_ARG!(field, desc)
Undocumented in source.
__anonymous
mixin DESC_OPT!(field, desc)
Undocumented in source.

Parameters

field

the option or argument in the type of OptVal or ArgVal

desc

the description

Meta