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.
1 parent 9d3362e commit 214c85eCopy full SHA for 214c85e
bash_completion
@@ -2702,6 +2702,9 @@ _complete_as_root()
2702
}
2703
2704
# Complete on available commands, subject to `no_empty_cmd_completion`.
2705
+# @return True (0) if one or more completions are generated, or otherwise False
2706
+# (1). Note that it returns 1 even when the completion generation is canceled
2707
+# by `shopt -s no_empty_cmd_completion`.
2708
#
2709
# @since 2.12
2710
_comp_compgen_commands()
0 commit comments