Mention the new --deprecations option of the
validate command.
--------
| **gtk4-builder-tool** <COMMAND> [OPTIONS...] <FILE>
|
-| **gtk4-builder-tool** validate <FILE>
+| **gtk4-builder-tool** validate [OPTIONS...] <FILE>
| **gtk4-builder-tool** enumerate <FILE>
| **gtk4-builder-tool** simplify [OPTIONS...] <FILE>
| **gtk4-builder-tool** preview [OPTIONS...] <FILE>
The ``validate`` command validates the given UI definition file and reports
errors to ``stderr``.
+``--deprecations``
+
+ Warn about uses of deprecated types in the UI definition file.
+
Enumeration
^^^^^^^^^^^