Adds hint to use mandatory argument repository

This commit is contained in:
Philipp Staender 2024-06-30 21:37:01 +02:00 committed by GitHub
parent 5184f86c5e
commit 94c361b0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ The validator can be used in three different ways:
The general way using the CLI is:
```shell
java -jar validationtool-<version>-standalone.jar -s <scenario-config-file> [OPTIONS] [FILE] [FILE] [FILE] ...
java -jar validationtool-<version>-standalone.jar -r <path-to-scenario-config-file> -s <scenario-config-file> [OPTIONS] [FILE] [FILE] [FILE] ...
```
The help option displays further CLI options to customize the process:
@ -62,7 +62,7 @@ java -jar validationtool-<version>-standalone.jar --help
```
A concrete example with a specific validator configuration can be found on
[GitHub](https://github.com/itplr-kosit/validator-configuration-xrechnung)
[validator-configuration-xrechnung](https://github.com/itplr-kosit/validator-configuration-xrechnung)
The [CLI documentation](./docs/cli.md) shows further configuration options.