Drop --conn and --multi from make sql (#3721)

This commit is contained in:
Micha de Vries 2024-03-19 11:59:29 +00:00 committed by GitHub
parent 50125cb2b7
commit 81870799ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]