Use pretty print in cli
This commit is contained in:
parent
96404b4d98
commit
925c238f02
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user