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 d1c13da commit a2833eaCopy full SHA for a2833ea
completions/Makefile.am
@@ -382,7 +382,7 @@ bashcomp_DATA = 2to3 \
382
sha256sum \
383
shellcheck \
384
sitecopy \
385
- slackpkg \
+ _slackpkg \
386
slapt-get \
387
slapt-src \
388
smartctl \
completions/slackpkg renamed to completions/_slackpkg
@@ -1,6 +1,9 @@
1
# bash completion for slackpkg(8) -*- shell-script -*-
2
# options list is based on `grep '\-.*\=.*)' /usr/sbin/slackpkg | cut -f1 -d\)`
3
4
+# Use of this file is deprecated.
5
+# Upstream completion is available in slackpkg >= 15.0.4, use that instead.
6
+
7
_slackpkg()
8
{
9
local cur prev words cword
0 commit comments