Added schema validation command line flags

This commit is contained in:
Bartek Kryza
2023-07-23 12:16:24 +02:00
parent ec0079d876
commit 18c4031047
7 changed files with 45 additions and 14 deletions

View File

@@ -200,6 +200,13 @@ the configuration file to `clang-uml` using `stdin`, e.g.:
yq 'explode(.)' .clang-uml | clang-uml --config -
```
## Schema validation error is thrown, but the configuration file is correct
Current version of `clang-uml` performs automatic configuration file
schema validation, and exits if the configuration file is invalid.
In case there is a bug in the schema validation, the schema validation
step can be skipped by providing `--no-validate` command line option.
## Class diagrams
### "fatal error: 'stddef.h' file not found"