We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eeaf88 commit 3e1ca14Copy full SHA for 3e1ca14
1 file changed
crates/pgls_cli/src/commands/mod.rs
@@ -20,7 +20,7 @@ pub(crate) mod version;
20
#[derive(Debug, Clone, Bpaf)]
21
#[bpaf(options, version(VERSION))]
22
#[allow(clippy::large_enum_variant)]
23
-/// Postgres Tools official CLI. Use it to check the health of your project or run it to check single files.
+/// Postgres Language Server official CLI. Use it to check the health of your project or run it to check single files.
24
pub enum PgLSCommand {
25
/// Shows the version information and quit.
26
#[bpaf(command)]
0 commit comments