168f462d90
This patch add a script mistral.bash_completion which enables auto-completion of mistral CLI in bash environmnet when running: python setup.py install or python setup.py develop test: mistral [tab][tab] mistral workf[tab][tab] mistral workflow-get -[tab][tab] Change-Id: I8e25f3a90c09e6f09877d9f66cc1f8aa44d6e6f6 Implements: blueprint add-bash-completion-script