bitcoindevkit/rust-hwi

Add missing commands

Open

#7 opened on Feb 19, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (27 forks)auto 404
good first issue

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

At the moment, this crate only supports some HWI commands. We are missing: Optional arguments:

  • --debug (#23)
  • --version
  • --interactive
  • --expert

Commands:

  • setup
  • wipe (#25)
  • restore
  • backup
  • promptpin
  • togglepassphrase (#24)
  • sendpin
  • installudevrules

This issue shouldn't be tackled in one giant PR. Instead, please, open one PR each new command/argument you add.

Contributor guide