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 ba1cec9 commit 60c3f45Copy full SHA for 60c3f45
crates/pglt_cli/src/commands/mod.rs
@@ -396,6 +396,6 @@ mod tests {
396
/// Tests that all CLI options adhere to the invariants expected by `bpaf`.
397
#[test]
398
fn check_options() {
399
- pglt_lsp_command().check_invariants(false);
+ pglt_command().check_invariants(false);
400
}
401
0 commit comments