Skip to content

Commit 5afc88d

Browse files
committed
fix(cli): allow bool value for http.sql
1 parent 74fe060 commit 5afc88d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cli/src/options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ pub struct ServerOptions {
333333
/// Enable the SQL playground and query endpoint at /sql.
334334
#[arg(
335335
long = "http.sql",
336+
action = clap::ArgAction::Set,
336337
default_value_t = true,
337338
help = "Enable the SQL playground and query endpoint at /sql."
338339
)]

0 commit comments

Comments
 (0)