mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Removed click.Tuple() and used nargs instead (#8035)
This commit is contained in:
parent
5be142959a
commit
90c569eadc
@ -275,7 +275,6 @@ def docker(
|
|||||||
"--upload",
|
"--upload",
|
||||||
help="S3 endpoint, bucket & key to upload the backup file",
|
help="S3 endpoint, bucket & key to upload the backup file",
|
||||||
nargs=3,
|
nargs=3,
|
||||||
type=click.Tuple([str, str, str]),
|
|
||||||
default=None,
|
default=None,
|
||||||
required=False,
|
required=False,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user