bcoin-org / bcoin-org/bclient

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

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12
Forks
20
PR merge metrics
No merged PRs in 30d

Description

**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"
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the help-text definition used by bin/bwallet-cli for the address command. Compare its displayed usage with the documented account argument, then run the regtest address commands shown in the issue and verify that help reports the argument and the command behavior remains correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.