From ab7fe4672840c1daaa72aaa739dc23a87dd1dc87 Mon Sep 17 00:00:00 2001 From: Ahmed Zaki Date: Thu, 27 Feb 2025 15:05:51 +0200 Subject: [PATCH] Fix the options table in docs/cli.md --- docs/cli.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 071f6da..80217b4 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -46,11 +46,12 @@ java -jar validationtool--standalone.jar -s "NAME1=` | Check assertions on the -generated reports. This is mainly useful for scenario developers. Ask KoSIT for documentation, if you want to use this feauture | +| name | option | description | +| - | - | - | | [Daemon mode](daemon.md) | `-D` | Starts the validator in daemon mode as an HTTP service | +| print mode | `-p` | Print the report to stdout | +| extract html | `-h` | Extracts any html blocks within the report and saves the content to the filesystem. Note: the file name is derived from the node name the html appears in | +| print memory stats | `-m` | Prints some memory usage information. Mainly for debugging purposes on processing huge xml files | +| check assertions | `-c ` | Check assertions on the generated reports. This is mainly useful for scenario developers. Ask KoSIT for documentation, if you want to use this feauture | ## Return codes