The help text for this command.
class Command: CliktCommand() { override fun commandHelp(context: Context): String { return context.theme.info("This is a command") }}