Commits


use par->tag instead of par->obj->tags[0] par->tag is what the user typed, that may or may not be equal to par->obj->tags[0]. This improves the consistency. That code was written prior to the introduction of the struct param and thus used object->tags.


clang-format the code


initial commit