cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.96k stars 334 forks source link

New converter for a list of path arguments #529

Closed twwwt closed 1 year ago

twwwt commented 2 years ago

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.

mkarg commented 1 year ago

Closing as already implemented.