bcoin-org / bclient

Bcoin node and wallet clients
Other
11 stars 20 forks source link

Help text for "address command" missing argument for "account" #9

Open braydonf opened 6 years ago

braydonf commented 6 years ago

Version bclient v0.1.1

Expected

./bin/bwallet-cli --network="regtest"
  ...
  $ account get [account-name]: Get account details.
  $ address [account-name]: Derive new address.
  $ change: Derive new change address.
  ...

Actual

./bin/bwallet-cli --network="regtest"
  ...
  $ account get [account-name]: Get account details.
  $ address: Derive new address.
  $ change: Derive new change address.
  ...

Reproduce

Does not work:

./bin/bwallet-cli --network="regtest" address

Works:

./bin/bwallet-cli --network="regtest" address "default"