Drop --conn
and --multi
from make sql
(#3721)
This commit is contained in:
parent
50125cb2b7
commit
81870799ae
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ args = ["run", "--no-default-features", "--features", "${DEV_FEATURES}", "--", "
|
||||||
category = "LOCAL USAGE"
|
category = "LOCAL USAGE"
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
env = { RUSTFLAGS = "--cfg surrealdb_unstable" }
|
env = { RUSTFLAGS = "--cfg surrealdb_unstable" }
|
||||||
args = ["run", "--no-default-features", "--features", "${DEV_FEATURES}", "--", "sql", "--conn", "ws://0.0.0.0:8000", "--multi", "--pretty", "${@}"]
|
args = ["run", "--no-default-features", "--features", "${DEV_FEATURES}", "--", "sql", "--pretty", "${@}"]
|
||||||
|
|
||||||
# Quick
|
# Quick
|
||||||
[tasks.quick]
|
[tasks.quick]
|
||||||
|
|
Loading…
Reference in a new issue