Skip to content

Commit 64ddd9d

Browse files
authored
Update README.md
1 parent 4fef535 commit 64ddd9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
101105
5/2025
102106
* Updated the index.html to include the proper CSS for PC Lint Plus
103107
* Added support for manage.exe parallel build/executes

0 commit comments

Comments
 (0)