We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbd059 commit 65e6cd1Copy full SHA for 65e6cd1
3 files changed
src/args.rs
@@ -92,10 +92,7 @@ pub struct DftArgs {
92
#[clap(short = 'n', help = "Set the number of benchmark iterations to run")]
93
pub benchmark_iterations: Option<usize>,
94
95
- #[clap(
96
- long,
97
- help = "Host address to connect to"
98
- )]
+ #[clap(long, help = "Host address to connect to")]
99
pub host: Option<String>,
100
101
#[clap(
tests/server_cases/flightsql.rs
@@ -66,4 +66,3 @@ pub async fn test_flightsql_custom_host() {
66
67
assert.stdout(contains_str(expected));
68
}
69
-
tests/server_cases/mod.rs
@@ -18,4 +18,3 @@
18
pub mod flightsql;
19
#[cfg(feature = "http")]
20
pub mod http;
21
0 commit comments