We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed48c8 commit 03bf716Copy full SHA for 03bf716
1 file changed
dev-tools/omdb/src/bin/omdb/sled_agent.rs
@@ -43,10 +43,6 @@ enum SledAgentCommands {
43
/// print information about the local bootstore node
44
#[clap(subcommand)]
45
Bootstore(BootstoreCommands),
46
-
47
- #[clap(subcommand)]
48
- /// Print information about reference measurements
49
- ReferenceMeasurements(ReferenceMeasurementsCommands),
50
}
51
52
#[derive(Debug, Subcommand)]
0 commit comments