I was reading [an old debian-administration.org post][debadm] about [Bash programmable completion][pcomp], and I had the same question as this person:
I created a script and I use bash_completion, but I cannot figure out how to allow the completion of "--name=value1 --name=value2" (the "=" sign in the middle stop any other completion, and I tried to play with suffixes/prefixes without any success :s
