Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
[Qt][RPC] Autocomplete commands for 'help' command in debug console #9500
+3
−0
Conversation
fanquake
added
the
RPC/REST/ZMQ
label
Jan 10, 2017
|
Nice. Concept ACK. Will test soon. |
|
Neat. Concept ACk |
|
utACK 6d8fe35
So the only thing left is autocompletion for nested calls :)
|
|
ACK 6d8fe35 |
|
ACK 6d8fe35 |
|
Tested 6d8fe35 on OS X. Appears as below: |
jonasschnelli
merged commit 6d8fe35
into
bitcoin:master
Mar 23, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Mar 23, 2017
achow101
deleted the
achow101:help-rpc-autocomplete
branch
Apr 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



achow101 commentedJan 10, 2017
Puts the commands in the autocompletion box when doing a
help <command>command in the debug console.