containsOption

open fun containsOption(name: String): Boolean

Return whether the set of option arguments parsed from the arguments contains an option with the given name.

Return

true if the arguments contain an option with the given name

Parameters

name

the name to check