Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/ucode/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2377,9 +2377,9 @@ def configure_skills(
str | None,
typer.Option(
"--skill",
help="(download) Download only this comma-separated subset of skills (by leaf "
"name, e.g. `my-skill`) from the schema, instead of every skill. Requires a "
"single --location; not valid with --mcp.",
help="(download) Download only this comma-separated subset of skills (by "
"securable name, e.g. `my-skill`) from the schema, instead of every skill. "
"Requires a single --location; not valid with --mcp.",
),
] = None,
) -> None:
Expand Down
Loading
Loading