openmicroscopy
openmicroscopy copied to clipboard
CLI delete fails unhelpfully given unknown type name
bin/omero delete Plate:123
works nicely but bin/omero delete plate:123
gives a confusing error.
- OMERO.cli might should check input against legal graph targets returned by
--list
. - OMERO.server could catch this and return a nicer error from that layer too.