big format

This commit is contained in:
Dax Raad
2025-11-06 13:03:02 -05:00
parent 28b66f7b78
commit ed8913324e
183 changed files with 2629 additions and 2497 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ import { EOL } from "os"
export const LSPCommand = cmd({
command: "lsp",
builder: (yargs) =>
yargs.command(DiagnosticsCommand).command(SymbolsCommand).command(DocumentSymbolsCommand).demandCommand(),
yargs
.command(DiagnosticsCommand)
.command(SymbolsCommand)
.command(DocumentSymbolsCommand)
.demandCommand(),
async handler() {},
})