virtual void InitArgDescriptions(Args* args);
InitArgDescriptions is called during initialization to allow user to add program-specific command line argument descriptions, by calling Args::AddDescriptions.
Parameters |
Description |
Args* args |
The command line argument descriptions. |