Skip to content

Commit

Permalink
Add description for the --enable-http-console cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
ubersan committed Aug 1, 2024
1 parent fe78162 commit 9da20f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsql-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ struct Cli {

#[clap(long, default_value = "127.0.0.1:8080", env = "SQLD_HTTP_LISTEN_ADDR")]
http_listen_addr: SocketAddr,

/// Enable a web-based http console served at the /console route.
#[clap(long)]
enable_http_console: bool,

Expand Down

0 comments on commit 9da20f0

Please sign in to comment.