CLI11 icon indicating copy to clipboard operation
CLI11 copied to clipboard

ExistingFileValidator should also check for read permission

Open rafiw opened this issue 6 years ago • 0 comments

Hi @henryiii , ExistingFileValidator doesn't check if file is readable, e.g no permission. I think it should be added as a default, instead of adding a new validator for this check. Another option is adding a parameter to the ExistingFileValidator to check read write and not only if exists. what do you think?

rafiw avatar Mar 04 '19 08:03 rafiw