clikt / com.github.ajalt.clikt.core / requireObject

requireObject

inline fun <reified T : Any> CliktCommand.requireObject(): ReadOnlyProperty<CliktCommand, T>

Find the closest object of type T, or throw a NullPointerException