]> Git Repo - VerusCoin.git/blobdiff - contrib/zcash-cli.bash-completion
Auto merge of #3901 - rex4539:electric-coin-company, r=str4d
[VerusCoin.git] / contrib / zcash-cli.bash-completion
index 79b57a06395b5974c8cc6e4d28bcefcd5ed6b8aa..37fa1d1160ca145fbec2746002361c490860b5de 100644 (file)
@@ -82,10 +82,14 @@ _zcash_cli() {
                 COMPREPLY=( $( compgen -W "add remove" -- "$cur" ) )
                 return 0
                 ;;
-            fundrawtransaction|getblock|getblockheader|getmempoolancestors|getmempooldescendants|getrawtransaction|gettransaction|listaccounts|listreceivedbyaccount|listreceivedbyaddress|sendrawtransaction|z_importkey)
+            fundrawtransaction|getblock|getblockheader|getmempoolancestors|getmempooldescendants|getrawtransaction|gettransaction|listaccounts|listreceivedbyaccount|listreceivedbyaddress|sendrawtransaction)
                 COMPREPLY=( $( compgen -W "true false" -- "$cur" ) )
                 return 0
                 ;;
+            z_importkey|z_importviewingkey)
+                COMPREPLY=( $( compgen -W "yes no whenkeyisnew" -- "$cur" ) )
+                return 0
+                ;;
             move|setaccount)
                 _zcash_accounts
                 return 0
This page took 0.024343 seconds and 4 git commands to generate.