File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The api for vcast_exec.py follows:
3131 [--html_base_dir HTML_BASE_DIR] [--cobertura] [--cobertura_extended] [--lcov] [--junit] [--export_rgw] [--sonarqube]
3232 [--pclp_input PCLP_INPUT] [--pclp_output_html PCLP_OUTPUT_HTML] [--exit_with_failed_count [EXIT_WITH_FAILED_COUNT]] [--aggregate]
3333 [--metrics] [--fullstatus] [--tcmr] [--jobs JOBS] [--ci] [-l LEVEL] [-e ENVIRONMENT] [--gitlab | --azure] [--print_exc] [--timing]
34- [-v ]
34+ [--verbose] [--version ]
3535 ManageProject
3636
3737 positional arguments:
@@ -95,9 +95,13 @@ The api for vcast_exec.py follows:
9595 --print_exc Prints exceptions
9696 --timing Prints timing information for metrics generation
9797 -v, --verbose Enable verbose output
98+ --version Diplays the version of the script.
9899```
99100
100101# Change log
102+ 7/2025
103+ * Updated to produce a version of the script (--version) based on push date and commit ID
104+
1011055/2025
102106* Updated the index.html to include the proper CSS for PC Lint Plus
103107* Added support for manage.exe parallel build/executes
You can’t perform that action at this time.
0 commit comments