Closed twwwt closed 1 year ago
This is a converter that takes a comma-delimited list of paths and converts it into List<Path>.
List<Path>
It's a frequent use case that an argument allows to specify multiple files, directories or a mixture of both.
Closing as already implemented.
This is a converter that takes a comma-delimited list of paths and converts it into
List<Path>
.It's a frequent use case that an argument allows to specify multiple files, directories or a mixture of both.