We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c27724 commit fd182ccCopy full SHA for fd182cc
ads/opctl/cli.py
@@ -480,14 +480,14 @@ def cancel(**kwargs):
480
@click.option(
481
"--interval",
482
help="log interval in seconds",
483
- type=int,
+ type=[click.INT, click.FLOAT],
484
required=False,
485
default=3,
486
)
487
488
"--wait",
489
help="time in seconds to keep updating the logs after the job run finished for job.",
490
491
492
default=90
493
0 commit comments