vacuumlabs/cardano-hw-cli

Update issue counter CLI argument name

Closed this issue · 1 comments

The cardano-cli node issue-op-cert command accepts both --operational-certificate-issue-counter and --operational-certificate-issue-counter-file as an argument (with the identical meaning). The --help command displays only the second one, but the first one is still present in some docs (e.g. here).

The cardano-hw-cli node issue-op-cert command accepts only --operational-certificate-issue-counter at the moment. We should probably support both of them (while being mutually exclusive and one of them eventually marked deprecated).

Resolved in #135