OptionContext.setHelpEnabled

Enables or disables automatic generation of --help output. By default, OptionContext.parse recognizes --help, -h, -?, --help-all and --help-groupname and creates suitable output to stdout.

class OptionContext
void
setHelpEnabled

Parameters

helpEnabled bool

TRUE to enable --help, FALSE to disable it

Meta