Update src/_bitcoin-cli

Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
notmike
2023-03-28 15:54:17 -06:00
committed by GitHub
co-authored by Shohei YOSHIDA
parent c20d6e9212
commit cd3b8a4657
+2 -2
View File
@@ -44,8 +44,8 @@ _bitcoin-cli() {
_arguments -C \
-?'[This help message]' \
-addrinfo'[Get the number of addresses known to the node, per network and total, after filtering for quality and recency. Total number of addresses known to the node may be higher.]' \
-chain='[Use the chain <chain> (default: main). Allowed values: main, test, signet, regtest]' \
-color='[Color setting for CLI output (default: auto). Valid values: always, auto, never]' \
-chain='[Use the chain <chain> (default: main). Allowed values: main, test, signet, regtest]:chain:(main test signet regtest)' \
-color='[Color setting for CLI output (default: auto). Valid values: always, auto, never]:when:(always auto never)' \
-conf='[Specify configuration file. Relative paths will be prefixed by datadir location. (default: bitcoin.conf)]:PATH:_files' \
-datadir='[Specify data directory]:PATH:_directories' \
-getinfo='[Get general information from the remote server.]' \