Missing completion
This commit is contained in:
parent
4d85aa1ebc
commit
98a0a85258
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_zpkg_completion()
|
_zpkg_completion()
|
||||||
{
|
{
|
||||||
_cw1="deploy update update-database install remove fetch show list list-all list-outdated list-removed"
|
_cw1="deploy update update-database install remove fetch show deps info list list-all list-outdated list-removed"
|
||||||
_cw1_pkgw="install remove fetch show"
|
_cw1_pkgw="install remove fetch show deps info"
|
||||||
_cw1_file="deploy"
|
_cw1_file="deploy"
|
||||||
if [ "$COMP_CWORD" = "1" ] ; then
|
if [ "$COMP_CWORD" = "1" ] ; then
|
||||||
_compwords=$_cw1
|
_compwords=$_cw1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue