fix(espsecure): Fixed the keyfile arg of the sign-data command by making it optional

This commit is contained in:
harshal.patil
2025-09-23 14:04:38 +05:30
parent 568b3bb16f
commit ee35dda699

View File

@@ -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.",
)