bitcoindevkit / bdk-cli

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

Bug in help doc #93

Closed rajarshimaitra closed 1 year ago

rajarshimaitra commented 2 years ago

The bdk-cli --help command in electrum mode is little weird.

$ ./target/debug/bdk-cli --help
BDK CLI 0.5.0
Alekos Filini <alekos.filini@gmail.com>:Riccardo Casatta <riccardo@casatta.it>:Steve Myers <steve@notmandatory.org>
Top level options and command modes

USAGE:
    bdk-cli [OPTIONS] <SUBCOMMAND>

FLAGS:
    -h, --help       
            Prints help information

    -V, --version    
            Prints version information

OPTIONS:
    -n, --network <NETWORK>    
            Sets the network [default: testnet]

SUBCOMMANDS:
    help      Prints this message or the help of the given subcommand(s)
    key       Key management sub-commands
    repl      Electrum options
    wallet    Electrum options

Both repl and wallet are marked as Electrum options.

Only happening in electrum feature.