tno-terminology-design / tev2-tools

The Terminology Engine (v2) is a set of specifications and tools that caters for the creation and maintenance (i.e. curation) of terminologies. This repository contains the sources for the tools.
Apache License 2.0
2 stars 3 forks source link

Config file documentation (and related texts) must be checked #5

Closed RieksJ closed 9 months ago

RieksJ commented 11 months ago

Having drafted the config file documentation, I realized that there are some oddities that need to be checked against the implementation.

These include, but may not be limited to the following:

@Ca5e, can you check this and comment on this issue and/or adjust documentation where needed?

Ca5e commented 11 months ago

there are some arguments, such as help or version, that have not that much use from within configuration files.

The arguments help and version are automatically generated by the commander package which is used to handle the commands and arguments. I suppose I could overwrite this default behaviour somehow and actually implement these commands based on any requested functionality.

This bears relevance on whether or not the scopedir argument is required.

I'm not sure what's meant by this.

the onNotExist parameter can be seen as generic

I'll look into the scenarios where onNotExist would be useful as well.

parameters for the HRGT must be checked.

I'd say we interpret the interpreter of the HRGT the same as the TRRT, where we have a default, but any regex or (default) could also be provided.