Commit 12a46145 authored by nimrod's avatar nimrod
Browse files

Workbench: Reenable poetry's Bash completion.

parent 8e7f8d34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 && \