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 813d555 commit 2c015a2Copy full SHA for 2c015a2
1 file changed
compiler/compiler_main/src/cli.rs
@@ -62,4 +62,10 @@ pub enum CLICommand {
62
#[arg(long, value_enum, default_value = "mir")]
63
layer: IRLayer,
64
},
65
+
66
+ #[command(about = "Runs language server analysis", visible_alias = "lscheck")]
67
+ LanguageServerCheck {
68
+ #[arg(required = true)]
69
+ input: PathBuf,
70
+ },
71
}
0 commit comments