Different parsed types between `--element` and `--elements-list`
-
--element
casts the argument touuid.UUID
, -
--elements-list
reads the IDs in the file asstr
.
We should cast to the same type, str
, with a type verification helper that makes sure it looks like an UUID.