♻️ refactor(cli): validate startup arguments

This commit is contained in:
csh
2026-07-11 18:07:22 +08:00
parent 9416d44d3d
commit 3642aa8b5b
7 changed files with 368 additions and 106 deletions
+6
View File
@@ -0,0 +1,6 @@
import lsp.test.args_parser;
int main()
{
return Run();
}