wrapOption

inline fun <T : OptionsBuilder> wrapOption(displayName: Key, description: Key, noinline body: suspend T.() -> Unit): OptionWrapper<T>