Revocation: remove dry-run and display options from save and verify cmds, drop default revocation file path (#435)
Compare changes
+ 3
− 26
@@ -32,16 +32,10 @@ from silkaj.public_key import gen_pubkey_checksum
@@ -54,14 +48,8 @@ def create(ctx: click.Context, file: Path) -> None:
@@ -102,37 +90,26 @@ def revoke_now(ctx: click.Context) -> None: