_short_name (lifecycle.py:33) strips the command namespace blindly, so commands from different workbenches that share a short name produce identical LCD labels.
We should keep enough of the namespace to disambiguate, or fall back to the full command id when short names collide.
See #2.
_short_name(lifecycle.py:33) strips the command namespace blindly, so commands from different workbenches that share a short name produce identical LCD labels.We should keep enough of the namespace to disambiguate, or fall back to the full command id when short names collide.
See #2.