Skip to content

Commit dee413e

Browse files
committed
backup
1 parent 11b9180 commit dee413e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/lsp_cli/__main__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
help="LSP CLI: A command-line tool for interacting with Language Server Protocol (LSP) features.",
4040
add_completion=True,
4141
context_settings={"help_option_names": ["-h", "--help"]},
42+
pretty_exceptions_enable=False,
43+
pretty_exceptions_show_locals=False,
44+
pretty_exceptions_short=False,
4245
)
4346
app.add_typer(server_app, name="server")
4447

@@ -304,9 +307,8 @@ async def get_symbol(
304307

305308
@app.command(
306309
"search",
307-
help="Search for symbols across the entire workspace by name query. (alias: ws)",
310+
help="Search for symbols across the entire workspace by name query.",
308311
)
309-
@app.command("ws", hidden=True)
310312
@cli_syncify
311313
async def search(
312314
ctx: typer.Context,

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)