<div dir="ltr">Hi,<br><br>I'm trying to find if there is a completion enabled say, for example, for git<br>so I run <br>    complete -p | grep git<br>=> no result<br><br>Then I do<br>    git <tab><tab><br>

=> it offers me available completions, and after this first attempt,<br>    complete -p | grep git<br>gives me some results…<br><br>Is there a way to detect that a git completion is enabled before invoking it?<br></div>