Update highlight of block code

This commit is contained in:
daniel-augusto
2025-09-14 20:32:25 -03:00
committed by Dion Moult
parent a8a82450a5
commit 0c81b41ac7
@@ -25,8 +25,10 @@ Can be used to run validation on IFC file from the command line:
python -m ifcopenshell.validate /path/to/model.ifc --rules python -m ifcopenshell.validate /path/to/model.ifc --rules
``` .. code-block:: console
$ python -m ifcopenshell.validate -h
python -m ifcopenshell.validate -h
usage: validate.py [-h] [--rules] [--json] [--fields] [--spf] files [files ...] usage: validate.py [-h] [--rules] [--json] [--fields] [--spf] files [files ...]
positional arguments: positional arguments:
@@ -38,7 +40,6 @@ options:
--json Output in JSON format. --json Output in JSON format.
--fields Output more detailed information about failed entities (only with --json). --fields Output more detailed information about failed entities (only with --json).
--spf Output entities in SPF format (only with --json). --spf Output entities in SPF format (only with --json).
```
""" """