You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -337,6 +337,8 @@ CLI11 has several Validators built in that perform some common checks
337
337
-`CLI::Transformer(...)`: 🚧 Modify the input using a map. See [Transforming Validators](#transforming-validators) for more details.
338
338
-`CLI::CheckedTransformer(...)`: 🚧 Modify the input using a map, and Require that the input is either in the set or already one of the outputs of the set. See [Transforming Validators](#transforming-validators) for more details.
339
339
-`CLI::ExistingFile`: Requires that the file exists if given.
340
+
-`CLI::ExistingReadFile`: Requires that the file given exists and have permission to read it.
341
+
-`CLI::ExistingWriteFile`: Requires that the file given exists and have permission to write to it.
340
342
-`CLI::ExistingDirectory`: Requires that the directory exists.
341
343
-`CLI::ExistingPath`: Requires that the path (file or directory) exists.
342
344
-`CLI::NonexistentPath`: Requires that the path does not exist.
0 commit comments