jcommander
jcommander copied to clipboard
New converter for a list of path arguments
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.