The software is bundled with 2 different command line software:
- quibitous: the node;
- qcli: Quibitous Command Line Interface, the helpers and primitives to run and interact with the node.
This is the recommended method. Releases are all available here.
Quibitous's code source is available on github. Follow the instructions to build the software from sources.
All commands come with usage help with the option --help
or -h
.
For qcli
, it is possible to generate the auto completion with:
qcli auto-completion bash ${HOME}/.bash_completion.d
Supported shells are:
- bash
- fish
- zsh
- powershell
- elvish
Note:
Make sure ${HOME}/.bash_completion.d
directory previously exists on your HD.
In order to use auto completion you still need to:
source ${HOME}/.bash_completion.d/qcli.bash
You can also put it in your ${HOME}/.bashrc
.