clikt / com.github.ajalt.clikt.core / MissingParameter / <init>

<init>

MissingParameter(paramName: String, paramType: String = "parameter")

Parameters

paramName - The name of the parameter that caused the error

text - Extra text to display in the message

paramType - A string indicating the type of parameter.

MissingParameter(argument: Argument)
MissingParameter(option: Option)