bitcoindevkit/rust-hwi

Add missing commands

Open

#7 geöffnet am 19. Feb. 2022

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (27 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (34 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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