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 62cd791 commit 66931d5Copy full SHA for 66931d5
crates/stackable-operator/src/cli/mod.rs
@@ -123,7 +123,7 @@ mod tests {
123
fn verify_cli() {
124
use clap::CommandFactory;
125
126
- RunArguments::command().print_long_help().unwrap();
+ RunArguments::command().print_long_help().expect("help message should be printed to stdout");
127
RunArguments::command().debug_assert()
128
}
129
0 commit comments