Use —pretty
by default in the CLI when developing
This commit is contained in:
parent
d1558a63ad
commit
ab6eeca3dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue