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:
|
||||
print()
|
||||
print(result)
|
||||
print(result.pretty_string(tty=True))
|
||||
|
||||
ui.relations[relname] = result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user