mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
Update highlight of block code
This commit is contained in:
committed by
Dion Moult
parent
a8a82450a5
commit
0c81b41ac7
@@ -25,20 +25,21 @@ 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
|
|
||||||
usage: validate.py [-h] [--rules] [--json] [--fields] [--spf] files [files ...]
|
|
||||||
|
|
||||||
positional arguments:
|
python -m ifcopenshell.validate -h
|
||||||
files The IFC file to validate.
|
|
||||||
|
|
||||||
options:
|
usage: validate.py [-h] [--rules] [--json] [--fields] [--spf] files [files ...]
|
||||||
-h, --help show this help message and exit
|
|
||||||
--rules Run express rules.
|
positional arguments:
|
||||||
--json Output in JSON format.
|
files The IFC file to validate.
|
||||||
--fields Output more detailed information about failed entities (only with --json).
|
|
||||||
--spf Output entities in SPF format (only with --json).
|
options:
|
||||||
```
|
-h, --help show this help message and exit
|
||||||
|
--rules Run express rules.
|
||||||
|
--json Output in JSON format.
|
||||||
|
--fields Output more detailed information about failed entities (only with --json).
|
||||||
|
--spf Output entities in SPF format (only with --json).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user