Use pretty print in cli
This commit is contained in:
@@ -301,7 +301,7 @@ def exec_query(command: str) -> None:
|
|||||||
|
|
||||||
if printrel:
|
if printrel:
|
||||||
print()
|
print()
|
||||||
print(result)
|
print(result.pretty_string(tty=True))
|
||||||
|
|
||||||
ui.relations[relname] = result
|
ui.relations[relname] = result
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user