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