commandHelpEpilog

open fun commandHelpEpilog(context: Context): String

Help text to display at the end of the help output, after any parameters.

You can set this by passing epilog to the CliktCommand constructor, or by overriding this method.