We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f675333 commit 6f2bbbfCopy full SHA for 6f2bbbf
1 file changed
cli/cli/src/main.rs
@@ -21,7 +21,6 @@ use std::process;
21
#[command(about = "Interactive SQL CLI for Function Stream", long_about = None)]
22
#[command(disable_help_flag = true)]
23
struct Args {
24
-
25
#[arg(short = 'h', long = "host", default_value = "127.0.0.1")]
26
host: String,
27
0 commit comments