diff --git a/Makefile b/Makefile index 0a4fcd55..4a2d8251 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ serve: .PHONY: sql sql: - cargo run -- sql --conn ws://0.0.0.0:8000 --user root --pass root --ns test --db test + cargo run -- sql --conn ws://0.0.0.0:8000 --user root --pass root --ns test --db test --pretty .PHONY: quick quick: