Skip to content
Snippets Groups Projects
Commit 5aa3231a authored by nimrod's avatar nimrod
Browse files

Workbench: Add pipx Bash completion.

parent 294beae7
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,7 @@ RUN apt-get update && \
rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \
#poetry completions bash > /etc/bash_completion.d/poetry && \
register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \
register-python-argcomplete pipx -s bash > /etc/bash_completion.d/pipx && \
invoke --print-completion-script bash > /etc/bash_completion.d/invoke && \
fab --print-completion-script bash > /etc/bash_completion.d/fabric && \
helm completion bash > /etc/bash_completion.d/helm && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment