bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
111 stars 65 forks source link

Help printout is broken on repl #78

Closed thunderbiscuit closed 2 years ago

thunderbiscuit commented 2 years ago

The help printout works well on v0.3.0:

v0 3 0


But is broken on v0.3.1:

v0 3 1
thunderbiscuit commented 2 years ago

Actually it's not the printout that's broken it's the whole help command, which exits the repl completely.

rajarshimaitra commented 2 years ago

This is so weird. Its happening on current master too.. The entire help output is being passed into a Generic error type somehow.. But this is something internal to structop. Because we don't handle the help command ourselves.. I will dig more..

notmandatory commented 2 years ago

This is fixed by #82.