Fix bitcoin-cli completion

- fix using global variable issue
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:11:43 +09:00
parent 68549429e8
commit 5021b01fd3
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
_bitcoin-cli() {
local context state line curcontext="$curcontext"
local ret=1
_arguments -C \
-?'[This help message]' \