Skip to content
Snippets Groups Projects
Commit 12a46145 authored by nimrod's avatar nimrod
Browse files

Workbench: Reenable poetry's Bash completion.

parent 8e7f8d34
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ RUN alias curl='curl --silent --location --fail --show-error --compressed --prot
rm -rf /tmp/* /var/tmp/* ~/.cache/*
RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \
#poetry completions bash > /etc/bash_completion.d/poetry && \
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment