Skip to content

Commit 4800ed1

Browse files
committed
Updated README
1 parent 38f279f commit 4800ed1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ Please refer to the following usage example for the parameters descriptions.
102102
<path>schema_name</path>
103103
</paths>
104104

105+
<!-- A list of tags to run. -->
106+
<tags>
107+
<tag>test_tag</tag>
108+
</tags>
109+
105110
<sources>
106111
<source>
107112
<!-- Path to project source files. -->
@@ -231,6 +236,7 @@ More project samples are available in the src/test/resources directory:
231236
| -o | | reporters.reporter.fileOutput |
232237
| -s | | reporters.reporter.consoleOutput |
233238
| -p | --path | paths.path |
239+
| | --tags | tags.tag |
234240
| -scc | --skip-compatibility-check | skipCompatibilityCheck |
235241
| -exclude | | excludeObject |
236242
| -include | | includeObject |
@@ -250,4 +256,3 @@ More project samples are available in the src/test/resources directory:
250256
| -owner_subexpression | | testsOwnerSubexpression |
251257
| -type_subexpression | | testsTypeSubexpression |
252258
| -name_subexpression | | testsNameSubexpression |
253-

0 commit comments

Comments
 (0)