Skip to content

Commit 83e3141

Browse files
committed
Updated documentation
1 parent 56de074 commit 83e3141

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can also download all development versions from [Bintray](https://bintray.co
2424
* All of the above can be downloaded from [Oracle download site](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html)
2525

2626
## Compatibility
27-
The latest CLI is always compatible with all database frameworks of the same minor version.
28-
For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x and 3.1.x.
27+
The latest CLI is always compatible with all database frameworks of the same major version.
28+
For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.0 but not with database framework 2.x.
2929

3030
## Localization and NLS settings
3131
utPLSQL-cli will use the environment variables (in that order) "NLS_LANG", "LC_ALL" or "LANG" to change the locale and therefore the NLS settings.
@@ -133,6 +133,14 @@ utplsql run hr/hr@xe
133133

134134
Invokes all unit test suites from schema "hr". Results are displayed to screen using default ut_documentation_reporter.
135135

136-
##### Enabling Color Outputs on Windows
136+
#### Enabling Color Outputs on Windows
137137

138138
To enable color outputs on Windows cmd you need to install an open-source utility called [ANSICON](http://adoxa.altervista.org/ansicon/).
139+
140+
## Custom Reporters
141+
142+
Since v3.1.0 you can call custom reporters (PL/SQL) via cli, too. Just call the name of the custom reporter as you would do for the core reporters.
143+
144+
```
145+
utplsql run hr/hr@xe -p=hr_test -f=my_custom_reporter -o=run.log -s
146+
```

0 commit comments

Comments
 (0)