mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 22:04:23 +00:00
Adjust completion for pep517
Manually building and installing the python packages can be safely omited from the examples. Haven't tested. Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
2
completion/generate.sh
vendored
2
completion/generate.sh
vendored
@@ -41,7 +41,7 @@ venv="/tmp/dotdrop-venv"
|
||||
${vbin} -p python3 ${venv}
|
||||
# shellcheck source=/dev/null
|
||||
source ${venv}/bin/activate
|
||||
python setup.py install
|
||||
pip install .
|
||||
cd /tmp
|
||||
docopt-completion dotdrop --manual-zsh
|
||||
mv ./_dotdrop "${dt_zsh}"
|
||||
|
||||
Reference in New Issue
Block a user