format: auto-format code [skip ci]
This commit is contained in:
+1
-3
@@ -2610,9 +2610,7 @@ def db_list( # noqa: PLR0915
|
|||||||
remote: Annotated[
|
remote: Annotated[
|
||||||
str | None, typer.Option("-r", "--remote", help="Remote server name or URL (overrides default_remote)")
|
str | None, typer.Option("-r", "--remote", help="Remote server name or URL (overrides default_remote)")
|
||||||
] = None,
|
] = None,
|
||||||
local: Annotated[
|
local: Annotated[bool, typer.Option("--local", help="Force read from local DB, ignoring default_remote")] = False,
|
||||||
bool, typer.Option("--local", help="Force read from local DB, ignoring default_remote")
|
|
||||||
] = False,
|
|
||||||
json_output: Annotated[bool, typer.Option("--json", "-j", help="Output as JSON")] = False,
|
json_output: Annotated[bool, typer.Option("--json", "-j", help="Output as JSON")] = False,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""List files indexed in the tensors DB.
|
"""List files indexed in the tensors DB.
|
||||||
|
|||||||
Reference in New Issue
Block a user