Creates an instance of AbstractHelpGeneratorFactory.
Control parameters and inforamtion required to build help generators
The input parameters to the factory.
The primary highlight color - for terminal/console coloring
True to produce markdown instead of the "normal" help text
The root command name of your CLI
Accessor for the full list of parameters
Accessor for the primary highlight color
Accessor for the produce markdown flag
Accessor of the root command nae.
Implement to return your specific help generator instance.
Verifies the input parameters and returns the help generator instance for the command.
The input parameters - see interface for details.
Generated using TypeDoc
The abstract help generator factory class - implemented normally by imperative to provide the help generator object that should be used for your CLI.