cedric
tasksByPlugins[name].distinctBy { it.name }.sortedBy { it.name }.forEach { task -> sb.append(" ${task.name}\t\t${task.doc}\n") }