Type

data class Type(val type: String) : ScanOption, PairArgument<String, String>

Constructors

Link copied to clipboard
constructor(type: String)

Properties

Link copied to clipboard
open override val arg: Pair<String, String>
Link copied to clipboard