Use —pretty by default in the CLI when developing

This commit is contained in:
Tobie Morgan Hitchcock 2023-02-23 09:07:25 +00:00
parent d1558a63ad
commit ab6eeca3dd

View file

@ -32,7 +32,7 @@ serve:
.PHONY: sql .PHONY: sql
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 .PHONY: quick
quick: quick: