Variable CommandObject.description

The description / help text for the command

Declaration

class CommandObject
{
  // ...
  string description;
  // ...
}