Skip to content

Commit 6b657b3

Browse files
changes cli
1 parent 14f6414 commit 6b657b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cads_broker/entry_points.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,12 @@ def init_db(connection_string: Optional[str] = None, force: bool = False) -> Non
326326

327327
@app.command()
328328
def run(
329-
scheduler_url: Annotated[Optional[List[str]], typer.Option()] = ["scheduler:8786"],
329+
scheduler_url: List[str] = ["scheduler:8786"],
330330
) -> None:
331331
"""Start the broker.
332332
333333
Parameters
334334
----------
335-
max_running_requests: maximum number of requests to run in parallel
336335
scheduler_url: schedulers' urls
337336
"""
338337
typer.echo(

0 commit comments

Comments
 (0)