vertx / io.vertx.core.cli / UsageMessageFormatter / getOptionComparator

getOptionComparator

open fun getOptionComparator(): Comparator<Option>

Comparator used to sort the options when they output in help text. Defaults to case-insensitive alphabetical sorting by option key.

Return
the Comparator currently in use to sort the options