Skip to content

Commit da429c5

Browse files
Accept consistently dash-separated args in ccf_cose_sign1 (#7008)
Co-authored-by: Amaury Chamayou <[email protected]>
1 parent 9da2734 commit da429c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/src/ccf/cose.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,13 @@ def _common_parser(description):
312312
required=True,
313313
)
314314
parser.add_argument(
315+
"--ccf-gov-msg-proposal-id",
315316
"--ccf-gov-msg-proposal_id",
316317
help="ccf.gov.msg.proposal_id protected header",
317318
type=str,
318319
)
319320
parser.add_argument(
321+
"--ccf-gov-msg-created-at",
320322
"--ccf-gov-msg-created_at",
321323
help="ccf.gov.msg.created_at protected header",
322324
required=True,

0 commit comments

Comments
 (0)