edgedb-cli icon indicating copy to clipboard operation
edgedb-cli copied to clipboard

Omit the current module in displayed typenames

Open msullivan opened this issue 2 years ago • 0 comments

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.

msullivan avatar Nov 04 '22 22:11 msullivan