We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a39a246 + 3835126 commit 3d11597Copy full SHA for 3d11597
1 file changed
databusclient/cli.py
@@ -38,6 +38,6 @@ def deploy(
38
def download(
39
localDir: str = typer.Option(..., help="local databus folder"),
40
databus: str = typer.Option(..., help="databus URL"),
41
- databusURIs: List[str] = typer.Argument(...,help="any kind of these: databus identifier, databus collection identifier, query file")
+ databusuris: List[str] = typer.Argument(...,help="any kind of these: databus identifier, databus collection identifier, query file")
42
):
43
- client.download(localDir=localDir,endpoint=databus,databusURIs=databusURIs)
+ client.download(localDir=localDir,endpoint=databus,databusURIs=databusuris)
0 commit comments