Skip to content

Commit

Permalink
Merge pull request #1625 from ubersan/add-enable-console-description
Browse files Browse the repository at this point in the history
Add description for the --enable-http-console cli option
  • Loading branch information
haaawk authored Aug 1, 2024
2 parents e109dde + 9da20f0 commit 2a70e41
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 2a70e41

Please sign in to comment.