Skip to content

Commit 2a70e41

Browse files
authored
Merge pull request #1625 from ubersan/add-enable-console-description
Add description for the --enable-http-console cli option
2 parents e109dde + 9da20f0 commit 2a70e41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libsql-server/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ struct Cli {
4242

4343
#[clap(long, default_value = "127.0.0.1:8080", env = "SQLD_HTTP_LISTEN_ADDR")]
4444
http_listen_addr: SocketAddr,
45+
46+
/// Enable a web-based http console served at the /console route.
4547
#[clap(long)]
4648
enable_http_console: bool,
4749

0 commit comments

Comments
 (0)