Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds hint to use mandatory argument for repository #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand Down