Skip to content

Different parsed types between `--element` and `--elements-list`

  • --element casts the argument to uuid.UUID,
  • --elements-list reads the IDs in the file as str.

We should cast to the same type, str, with a type verification helper that makes sure it looks like an UUID.