MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / ExistingDirectoryValidator

Class ExistingDirectoryValidator

include/CLI/Validators.hpp:200–203  ·  view source on GitHub ↗

Check for an existing directory (returns error message if check fails)

Source from the content-addressed store, hash-verified

198
199/// Check for an existing directory (returns error message if check fails)
200class ExistingDirectoryValidator : public Validator {
201 public:
202 ExistingDirectoryValidator();
203};
204
205/// Check for an existing path
206class ExistingPathValidator : public Validator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected