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 a124b3d commit 5af5647Copy full SHA for 5af5647
bash_completion
@@ -1559,6 +1559,9 @@ _services()
1559
# This completes on a list of all available service scripts for the
1560
# 'service' command and/or the SysV init.d directory, followed by
1561
# that script's available commands
1562
+# This function is in the main bash_completion file rather than in a separate
1563
+# one, because we set it up eagerly as completer for scripts in sysv init dirs
1564
+# below.
1565
#
1566
_service()
1567
{
0 commit comments