mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 19:28:40 +08:00
fix(espsecure): Fixed the keyfile arg of the sign-data command by making it optional
This commit is contained in:
@@ -1648,7 +1648,6 @@ def generate_signing_key_cli(version, scheme, keyfile):
|
|||||||
"-k",
|
"-k",
|
||||||
type=click.File("rb"),
|
type=click.File("rb"),
|
||||||
cls=OptionEatAll,
|
cls=OptionEatAll,
|
||||||
required=True,
|
|
||||||
multiple=True,
|
multiple=True,
|
||||||
help="Private key file for signing. Key is in PEM format.",
|
help="Private key file for signing. Key is in PEM format.",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user