bash-completion: Adapt for 0.12 and 0.13

* separate completion for bitcoind and bitcoin-cli
 * remove RPC support from bitcoind completion
 * add completion for bitcoin-tx and bitcoin-qt
 * rely on autoloading of completions
This commit is contained in:
Christian von Roques
2016-06-26 16:20:12 -04:00
parent 91abb77970
commit 1ba3db6a8e
5 changed files with 224 additions and 100 deletions

View File

@ -0,0 +1 @@
contrib/bitcoin-tx.bash-completion bitcoin-tx

View File

@ -1 +1,2 @@
contrib/bitcoind.bash-completion bitcoind
contrib/bitcoin-cli.bash-completion bitcoin-cli