mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 02:43:11 +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",
|
||||
type=click.File("rb"),
|
||||
cls=OptionEatAll,
|
||||
required=True,
|
||||
multiple=True,
|
||||
help="Private key file for signing. Key is in PEM format.",
|
||||
)
|
||||
|
Reference in New Issue
Block a user