Removed click.Tuple() and used nargs instead (#8035)

This commit is contained in:
Teddy 2022-10-07 18:43:07 +02:00 committed by GitHub
parent 5be142959a
commit 90c569eadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,6 @@ def docker(
"--upload",
help="S3 endpoint, bucket & key to upload the backup file",
nargs=3,
type=click.Tuple([str, str, str]),
default=None,
required=False,
)