abstract class SingleCommandOptionBase : CommandOptionBase
This class is used to represent command that cannot be set more than once.
<init> |
SingleCommandOptionBase(param: String?)SingleCommandOptionBase()
This class is used to represent command that cannot be set more than once. SingleCommandOptionBase(param: Iterable<String?>?) |
multiple |
open val multiple: Boolean |