option_path

fun option_path(    short: Char?,     long: String?,     description: String,     defaultValue: Path? = null): Option.Valued<Path>