clikt / com.github.ajalt.clikt.core / UsageError / paramName

paramName

var paramName: String?

The name of the parameter that caused the error. If possible, this should be set to the actual name used. If not set, it will be inferred from argument or option if either is set.

Property

paramName - The name of the parameter that caused the error. If possible, this should be set to the actual name used. If not set, it will be inferred from argument or option if either is set.