Skip to content

Commit b7c430f

Browse files
committed
allow multiple sdks
1 parent d894472 commit b7c430f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/huggingface_hub/cli/spaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def spaces_info(
156156
def spaces_search(
157157
query: Annotated[str, typer.Argument(help="Search query.")],
158158
filter: FilterOpt = None,
159-
sdk: Annotated[str | None, typer.Option(help="Filter by SDK (e.g. gradio, docker, static).")] = None,
159+
sdk: Annotated[list[str] | None, typer.Option(help="Filter by SDK (e.g. gradio, docker, static).")] = None,
160160
include_non_running: Annotated[bool, typer.Option(help="Include non-running spaces in results.")] = False,
161161
description: Annotated[bool, typer.Option(help="Show AI-generated descriptions.")] = False,
162162
limit: LimitOpt = 10,

0 commit comments

Comments
 (0)