Hi Marc--

Thanks for the quick feedback here.

On Fri 2025-05-23 07:14:10 +0200, Marc Haber wrote:
> have used to be defined for bash_completion snippets and got deprecated 
> some time one year ago. Sadly without any warning or obvious informaion, 
> and now it's gone.

That seems unfortunate :(

> Does your script work again when you replace have with 
> _comp_have_command?

I'm afraid it doesn't.  there is some sort of test in the final line of
/usr/share/bash-completion/completions/debfoster that reads like it
might be related to the old "have" functionality:

```
test "$have" && complete -F _debfoster $default debfoster
```

but i don't know the history of bash-completion well enough to know what
this means, or whether/how to rewrite this completion script myself.

     --dkg

Reply via email to