We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3adb3 commit e9718fdCopy full SHA for e9718fd
src/lib.rs
@@ -6,7 +6,6 @@ use std::fmt;
6
use std::fmt::Display;
7
8
use clap::Parser;
9
-use clap::ValueEnum;
10
use clap_complete::Shell;
11
use speedtest::PayloadSize;
12
@@ -85,7 +84,7 @@ pub struct SpeedTestCLIOptions {
85
84
86
/// Generate shell completion script for the specified shell
87
#[arg(long = "generate-completion", value_enum)]
88
- completion: Option<Shell>,
+ pub completion: Option<Shell>,
89
}
90
91
impl SpeedTestCLIOptions {
0 commit comments