Use type integer for --timeout, refs #1717

This commit is contained in:
Simon Willison 2022-04-24 07:09:08 -07:00
commit e64d14e413
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ def publish_subcommand(publish):
)
@click.option(
"--timeout",
type=int,
help="Build timeout in seconds",
)
@click.option(