From 3f46e4c89102e5c5b26b8e22c5d793fc2bc2a5ee Mon Sep 17 00:00:00 2001 From: Rieks Date: Thu, 29 Aug 2024 11:55:55 +0200 Subject: [PATCH] OnNotExist option renamed from `-o` to `-e` to avoid problems with specifying output with `-o`. Signed-off-by: Rieks --- docs/specs/tools/13-mrg-import.md | 2 +- docs/specs/tools/21-mrgt.md | 2 +- docs/specs/tools/22-hrgt.md | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/specs/tools/13-mrg-import.md b/docs/specs/tools/13-mrg-import.md index 12c919f734..e3bd12f7e3 100644 --- a/docs/specs/tools/13-mrg-import.md +++ b/docs/specs/tools/13-mrg-import.md @@ -86,7 +86,7 @@ If a configuration file used, the long version of the parameter must be used (wi | :--------------------------- | :---: | :---------- | | `-c`, `--config ` | n | Path (including the filename) of the tool's (YAML) configuration file. | | `-s`, `--scopedir ` | Y | Path of the scope directory from which the tool is called. | -| `-o`, `--onNotExist ` | n | The action in case an MRG file unexpectedly does not exist. | +| `-e`, `--onNotExist ` | n | The action in case an MRG file unexpectedly does not exist. | | `-V`, `--version` | n | output the version number of the tool. | | `-h`, `--help` | n | display help for command. | diff --git a/docs/specs/tools/21-mrgt.md b/docs/specs/tools/21-mrgt.md index 21c753ff62..cc67cfc685 100644 --- a/docs/specs/tools/21-mrgt.md +++ b/docs/specs/tools/21-mrgt.md @@ -87,7 +87,7 @@ If a configuration file used, the long version of the parameter must be used (wi | :-------------------------- | :---: | :---------- | | `-c`, `--config ` | n | Path (including the filename) of the tool's (YAML) configuration file. | | `-h`, `--help` | n | display help for command. | -| `-o`, `--onNotExist ` | n | The action in case a `vsntag` was specified, but wasn't found in the SAF. | +| `-e`, `--onNotExist ` | n | The action in case a `vsntag` was specified, but wasn't found in the SAF. | | `-s`, `--scopedir ` | n | Path of the scope directory from which the tool is called. | | `-v`, `--vsntag ` | n | Versiontag for which the MRG needs to be (re)generated. | | `-V`, `--version` | n | output the version number of the tool. | diff --git a/docs/specs/tools/22-hrgt.md b/docs/specs/tools/22-hrgt.md index dfea8da277..5d79761a4c 100644 --- a/docs/specs/tools/22-hrgt.md +++ b/docs/specs/tools/22-hrgt.md @@ -70,7 +70,7 @@ hrgt [ ] [ ] where: - `` is an (optional) list of parameters, as specified in the table below. -- [`globpattern`](https://en.wikipedia.org/wiki/Glob_(programming)#Syntax) (optional) specifies a set of (input) files that are to be processed. If a [configuration file](/docs/specs/files/configuration-file) is used, its contents may specify an additional set of input files to be processed. +- [`globpattern`](https://en.wikipedia.org/wiki/Glob_(programming)#Syntax) specifies a set of (input) files that are to be processed. The set of input files must be specified either on the command-line or in a [configuration file](/docs/specs/files/configuration-file) that is specified with the `-c` option.
Legend @@ -93,11 +93,21 @@ If a [configuration file](/docs/specs/files/configuration-file) used, the long v | `-con[n]`, `--converter[n] or `[^1] | n | Specifies the [converter](@) to be used to produce [HRG lists](@). This can either be a predefined converter, or a [handlebars template](@). See [HRGT Converters](#hrgt-converters) for details. | | `-con[error]`, `--converter[error] or ` | n | Specifies the [converter](@) to be used to replace the [MRGRef](@) with in case the associated [MRG](@) file could not be found. | | `-sort`, `--sort or ` | n | Specifies the value to be used to sort [HRG lists](@). This can either be a predefined value, or a [handlebars template](@). | +| `-e`, `--onNotExist ` | n | The action in case a `vsntag` was specified, but wasn't found in the SAF. | | `-f`, `--force` | n | Allow overwriting of existing files. | | `-h`, `--help` | n | display help for command. | [^1]: Multiple converters may be specified by appending a number to the parameter key, e.g., `converter[1]: