aboutsummaryrefslogtreecommitdiffstats
path: root/src/_bitcoin-cli
diff options
context:
space:
mode:
authornotmike <notmike-5@users.noreply.github.com>2023-03-28 15:54:17 -0600
committerGitHub <noreply@github.com>2023-03-28 15:54:17 -0600
commitcd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc (patch)
treea2335ef24889cfa3de531f91377cff84ab7a284f /src/_bitcoin-cli
parentupdated _bitcoin-cli to match bitcoind v24.1rc1 (diff)
downloadzsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.tar
zsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.tar.gz
zsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.tar.bz2
zsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.tar.lz
zsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.tar.xz
zsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.tar.zst
zsh-completions-cd3b8a4657b68b4e4b005ad6bc8d1ae74d54adbc.zip
Update src/_bitcoin-cli
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
Diffstat (limited to 'src/_bitcoin-cli')
-rw-r--r--src/_bitcoin-cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_bitcoin-cli b/src/_bitcoin-cli
index 878d422..9a8756f 100644
--- a/src/_bitcoin-cli
+++ b/src/_bitcoin-cli
@@ -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.]' \