Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit a237ee7

Browse files
committed
update
1 parent c194445 commit a237ee7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lsp_cli/cli/rename.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ async def rename_execute(
4949
str, typer.Argument(help="Rename ID from a previous preview.")
5050
],
5151
exclude: Annotated[
52-
list[Path] | None,
52+
list[str] | None,
5353
typer.Option(
5454
"--exclude",
55-
help="File paths to exclude from the rename operation. Can be specified multiple times.",
55+
help="File paths or glob patterns to exclude from the rename operation. Can be specified multiple times.",
5656
),
5757
] = None,
5858
workspace: op.WorkspaceOpt = None,

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)