@@ -50,14 +50,16 @@ from qc_ositrace.checks.deserialization import deserialization_checker
5050``` bash
5151qc_ositrace --help
5252
53- usage: QC OSI Trace Checker [-h] [-c CONFIG_PATH] [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
53+ usage: QC OSI Trace Checker [-h] [-d] [- c CONFIG_PATH] [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
5454 [--osiVersion OSIVERSION] [--osiRulesFile OSIRULESFILE] [-r RESULT_FILE]
5555 [--output_config OUTPUT_CONFIG]
5656
5757ASAM QC checker bundle for checking the validity of OSI Trace (.osi/.mcap) files.
5858
5959options:
6060 -h, --help show this help message and exit
61+ -d, --default_config Deprecated. Retained for backward compatibility. Default configuration is used whenever -c is
62+ omitted.
6163 -c, --config_path CONFIG_PATH
6264 -i, --input_file INPUT_FILE
6365 Path to the input OSI Trace file.
@@ -143,14 +145,16 @@ It is also possible to execute the qc_ositrace application using Poetry:
143145``` bash
144146poetry run qc_ositrace --help
145147
146- usage: QC OSI Trace Checker [-h] [-c CONFIG_PATH] [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
148+ usage: QC OSI Trace Checker [-h] [-d] [- c CONFIG_PATH] [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
147149 [--osiVersion OSIVERSION] [--osiRulesFile OSIRULESFILE] [-r RESULT_FILE]
148150 [--output_config OUTPUT_CONFIG]
149151
150152ASAM QC checker bundle for checking the validity of OSI Trace (.osi/.mcap) files.
151153
152154options:
153155 -h, --help show this help message and exit
156+ -d, --default_config Deprecated. Retained for backward compatibility. Default configuration is used whenever -c is
157+ omitted.
154158 -c, --config_path CONFIG_PATH
155159 -i, --input_file INPUT_FILE
156160 Path to the input OSI Trace file.
0 commit comments