Add completion for pipx.

pull/1719/head
Nariyasu Heseri 2020-12-04 14:08:41 +09:00
parent 929321ad0a
commit 2a5b99b57b
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# pipx completion
if _command_exists register-python-argcomplete && _command_exists pipx; then
eval "$(register-python-argcomplete pipx)"
fi