We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d6de8 commit 9dba4f8Copy full SHA for 9dba4f8
1 file changed
crates/pgls_cli/src/cli_options.rs
@@ -44,7 +44,7 @@ pub struct CliOptions {
44
#[bpaf(long("no-errors-on-unmatched"), switch)]
45
pub no_errors_on_unmatched: bool,
46
47
- /// Tell Postgres Tools to exit with an error code if some diagnostics emit warnings.
+ /// Tell Postgres Language Server to exit with an error code if some diagnostics emit warnings.
48
#[bpaf(long("error-on-warnings"), switch)]
49
pub error_on_warnings: bool,
50
0 commit comments