It completes (sub-)commands and parameters (bots and pipeline names, log levels).
Bash completion for intelmqctl
and intelmqdump
can be set up with the following procedure:
apt-get install bash-completion jq
yum install bash-completion jq
zypper install bash-completion jq
dnf install bash-completion jq
- Copy ./contrib/bash-completion/intelmq* to '/etc/bash_completion.d/'
- Load the files directly or open a new shell (the files are loaded automatically).