mandatory

inline fun <T> RuntimeArguments.mandatory(key: String): T

Get the value of a mandatory runtime argument.

Return

The value of the specified argument.

Parameters

key

The name of the runtime argument

Throws

Thrown if the argument is not present.