Skip to content

Commit 0f685a1

Browse files
committed
docs(readme): add note about updating completions
1 parent eeb3b98 commit 0f685a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ This is available for wallet, key, repl and compile features. When ommitted, out
236236
bdk-cli completions --help
237237
```
238238

239+
Completion files are generated from the currently installed binary. After upgrading `bdk-cli`, re-run the `completions` command to keep them in sync with the new version.
240+
239241
## Saving and using wallet configurations
240242

241243
The `wallet config` sub-command allows you to save wallet settings to a `config.toml` file in the default directory (`~/.bdk-bitcoin/`) or custom directory specified with the `--datadir` flag. This eliminate the need to repeatedly specify descriptors, client types, and other parameters for each command. Once configured, you can use any wallet command by simply specifying the wallet name. All other parameters are automatically loaded from the saved configuration.

0 commit comments

Comments
 (0)