We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
have
1 parent 2955aa3 commit 37135e8Copy full SHA for 37135e8
bash_completion
@@ -128,6 +128,7 @@ _comp_deprecate_func _have _comp_have_command
128
# Backwards compatibility for compat completions that use have().
129
# @deprecated should no longer be used; generally not needed with dynamically
130
# loaded completions, and _comp_have_command is suitable for runtime use.
131
+# shellcheck disable=SC2317 # available at load time only
132
have()
133
{
134
unset -v have
0 commit comments