[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-235-g26ae770

Igor Murzov igor at gplsoft.org
Mon May 2 10:27:34 UTC 2011


The following commit has been merged in the master branch:
commit 49c8d714182db1a6e67c5331748578e2a948567c
Author: Igor Murzov <igor at gplsoft.org>
Date:   Thu Nov 4 20:15:04 2010 +0300

    Update slapt-src completion

diff --git a/completions/slackware b/completions/slackware
index 4ee68da..7673b3d 100644
--- a/completions/slackware
+++ b/completions/slackware
@@ -92,9 +92,9 @@ _slapt-src()
     _get_comp_words_by_ref cur prev
 
     if [[ "$cur" == -* ]]; then
-        COMPREPLY=( $( compgen -W '--update -u --list -l \
-            --search -s --show -w --install -i --build -b \
-            --fetch -f --yes -y --config -c --no-dep -n \
+        COMPREPLY=( $( compgen -W '--update -u --list -l --clean -e \
+            --search -s --show -w --install -i --build -b --fetch -f \
+            --yes -y --config -c --no-dep -n --postprocess -p \
             --version -v --help -h' -- "$cur" ) )
         return 0
     fi
@@ -104,7 +104,7 @@ _slapt-src()
             _filedir
             return 0
             ;;
-        --search)
+        --search|-s|--postprocess|-p)
             # argument required but no completions available
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list