Skip to content
Snippets Groups Projects

Merge dev into master branch to complete v0.8.0 development cycle

Merged Moul requested to merge dev into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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:
  • If there is both an auth method and a pubkey, silkaj will give the pubkey:check for the auth.

    I think it should either return an error or prioritize the pubkey.

    This is not blocking, you could either merge as so. I won't be able to review tour changes. I let you Judge on this.

  • Author Owner

    Thanks for the report. To be treated later in #350.

  • Please register or sign in to reply
  • Moul changed milestone to %0.8.0

    changed milestone to %0.8.0

  • Moul added Project label

    added Project label

  • Moul approved this merge request

    approved this merge request

  • merged

  • Please register or sign in to reply
    Loading