CLI11
CLI11 copied to clipboard
ExistingFileValidator should also check for read permission
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?