Merge dev into master branch to complete v0.8.0 development cycle
Merge request reports
Activity
Filter activity
- silkaj/checksum.py 0 → 100644
29 30 31 MESSAGE = "You should specify a pubkey or an authentication method" 32 33 34 @click.command( 35 "checksum", 36 help="Generate checksum out of a passed pubkey or an authentication method.\ 37 Can also check if the checksum is valid", 38 ) 39 @click.argument("pubkey_checksum", nargs=-1) 40 def checksum_command(pubkey_checksum): 41 if has_auth_method(): 42 key = auth_method() 43 click.echo(display_pubkey_and_checksum(key.pubkey)) 44 else: Thanks for the report. To be treated later in #350.
changed milestone to %0.8.0
added Project label
Please register or sign in to reply