From 100644fb389b41ef68e9f446195836cd1edf32c6 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Fri, 29 Aug 2025 17:28:06 +0200 Subject: [PATCH] Format fix from https://github.com/itplr-kosit/validator/pull/153 --- docs/cli.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 492bedc..602ee63 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -48,12 +48,13 @@ java -jar validator--standalone.jar -s "NAME1=" Besides the obvious functionality of validating, the cli provides additional functionality to customize the processing: -|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 | - +| 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