Abstract
Creates a help message formatter.
The validator instance
The formatter configuration
Protected
Readonly
contextAbstract
formatFormats the help message of an option group. Options are rendered in the same order as was declared in the option definitions.
Optional
name: stringThe group name (defaults to the default group)
The help message, if the group exists; otherwise an empty message
Abstract
sectionsFormats a help message with sections. Options are rendered in the same order as was declared in the option definitions.
The help sections
Optional
progName: stringThe program name, if any
The formatted help message
Implements formatting of help messages for a set of option definitions.