CLIOption

constructor(name: String, default: T?, flag: T?, examples: List<String>? = null, parse: (arg: String) -> T?)