Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal authored Jul 15, 2022
1 parent 328a607 commit 2551303
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
If only schema is provided, then all suites owner by that schema are executed.
If -p is omitted, the current schema is used.
--tags=tags - A comma separated list of tags to run.
Format: --tags=tag1[,tag2[,tag3]]
--tags=tags - A comma separated list of tags to include or exclude in the run.
The excluded tags must be preceeded by a `-` (minus) sign and the entire expression must be surrounded by escaped doubleqotes in command line.
Format: --tags=tag1[,tag2,...,tagN]
or
Format: --tags=\"-tag1\"[,\"-tag2\",...,tagN]
-f=format - A reporter to be used for reporting.
(--format) If no -f option is provided, the default ut_documentation_reporter is used.
See reporters command for possible values
Expand Down

0 comments on commit 2551303

Please sign in to comment.