Commit Briefs

Omar Polo

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.


Omar Polo

clang-format the code


Omar Polo

initial commit