Commit ab4a5d71 authored by nimrod's avatar nimrod
Browse files

workbench: Fix the pipenv shell completion.

parent 230f7178
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
        PyMySQL \
        'ansible>=10' \
        ansible-runner \
        argcomplete \
        awslogs \
        bcrypt \
        black \
@@ -301,9 +302,9 @@ RUN install -m 0755 <(curl https://raw.githubusercontent.com/rabbitmq/rabbitmq-s
    ln --symbolic /opt/better-adb-sync-master/src/adbsync.py /usr/local/bin/adbsync && \
    echo "export PATH=\$HOME/.asdf/shims:/usr/local/lib/go/bin:\$PATH" > /etc/profile.d/workbench.sh && \
    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 && \
RUN rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin && \
    poetry completions bash > /etc/bash_completion.d/poetry && \
    register-python-argcomplete pipenv > /etc/bash_completion.d/pipenv && \
    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 && \