@@ -13,12 +13,14 @@ are listed.
1313Command line options for test execution
1414---------------------------------------
1515
16+ --rpa Turn on `generic automation `_ mode.
1617 -F, --extension <value> `Parse only these files `_ when executing a directory.
1718 -N, --name <name> `Sets the name `_ of the top-level test suite.
1819 -D, --doc <document> `Sets the documentation `_ of the top-level test suite.
1920 -M, --metadata <name:value> `Sets free metadata `_ for the top level test suite.
2021 -G, --settag <tag> `Sets the tag(s) `_ to all executed test cases.
2122 -t, --test <name> `Selects the test cases by name `_.
23+ --task <name> Alias for :option: `--test ` that can be used when `executing tasks `_.
2224 -s, --suite <name> `Selects the test suites `_ by name.
2325 -R, --rerunfailed <file> `Selects failed tests `_ from an earlier `output file `_
2426 to be re-executed.
@@ -90,12 +92,14 @@ Command line options for test execution
9092Command line options for post-processing outputs
9193------------------------------------------------
9294
95+ --rpa Turn on `generic automation `_ mode.
9396 -R, --merge Changes result combining behavior to `merging <merging outputs _>`__.
9497 -N, --name <name> `Sets the name `_ of the top level test suite.
9598 -D, --doc <document> `Sets the documentation `_ of the top-level test suite.
9699 -M, --metadata <name:value> `Sets free metadata `_ for the top-level test suite.
97100 -G, --settag <tag> `Sets the tag(s) `_ to all processed test cases.
98101 -t, --test <name> `Selects the test cases by name `_.
102+ --task <name> Alias for :option: `--test `.
99103 -s, --suite <name> `Selects the test suites `_ by name.
100104 -i, --include <tag> `Selects the test cases `_ by tag.
101105 -e, --exclude <tag> `Selects the test cases `_ by tag.
@@ -143,6 +147,7 @@ Command line options for post-processing outputs
143147 --version Prints the `version information `_.
144148
145149
150+ .. _generic automation : `Task execution `_
146151.. _Parse only these files : `Selecting files to parse `_
147152.. _Sets the name : `Setting the name `_
148153.. _Sets the documentation : `Setting the documentation `_
0 commit comments