]> Untitled Git - bdk-cli/commit
Fix repl and wallet help docs
authorSteve Myers <steve@notmandatory.org>
Sun, 9 Jan 2022 21:57:11 +0000 (22:57 +0100)
committerSteve Myers <steve@notmandatory.org>
Fri, 11 Feb 2022 18:39:41 +0000 (10:39 -0800)
commit81652b19d1d9d36964dc2ac22831950b02897338
tree70286bdd7aecfa511389fdd6f848ec26c4596101
parent49c9a9fa44a40d75a09a2f2026878f76420fc175
Fix repl and wallet help docs

This fixes the help docs for the repl and wallet subcommands. The repl subcommand was showing the proxy options docs instead, and the wallet subcommand was showing the description from the WalletSubCommand enum.
This is a workaround for structopt issue #333, #391, #418.
see https://github.com/TeXitoi/structopt/issues/333#issuecomment-712265332
src/lib.rs