Variable ProgramCommands.options

The ProgramOptions that are associated with this command if any was passed in. If no ProgramOptions where passed as an argument then this aliases to a Void pseudo type.

struct ProgramCommands
{
  // ...
  Commands[0] options ;
  // ...
}