edgedb-cli
edgedb-cli copied to clipboard
Omit the current module in displayed typenames
So instead of
default::Movie {title: 'Captain America: Civil War'}
we would just display
Movie {title: 'Captain America: Civil War'}
This will almost always just mean dropping the default::
, but if there has been a SET MODULE
it could be something else.