Added comment on how to eventually workaround the bug
This commit is contained in:
parent
95266c3a6c
commit
009a8fa172
@ -14,7 +14,8 @@ _cpan2dist()
|
|||||||
|
|
||||||
case $prev in
|
case $prev in
|
||||||
--format)
|
--format)
|
||||||
COMPREPLY=( $( compgen -W '$(perl -MCPANPLUS::Dist -e "print map { \"\$_\n\" } CPANPLUS::Dist->dist_types")' -- $cur ) )
|
# should remove ":" from COMP_WORDBREAKS, but doesn't work (?)
|
||||||
|
COMPREPLY=( $( compgen -W '$(perl -MCPANPLUS::Dist -e "print map { \"\$_\n\" } CPANPLUS::Dist->dist_types")' -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--@(banlist|ignorelist|modulelist|logfile))
|
--@(banlist|ignorelist|modulelist|logfile))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user