[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-124-geef7941

Ville Skyttä ville.skytta at iki.fi
Mon Feb 4 15:30:39 UTC 2013


The following commit has been merged in the master branch:
commit 06fd510c44c17db856678e0d572c14b0cebb2e00
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Feb 4 17:23:45 2013 +0200

    ip: Remove some stale TODOs.

diff --git a/completions/ip b/completions/ip
index 08ee74f..e9e60d7 100644
--- a/completions/ip
+++ b/completions/ip
@@ -159,9 +159,11 @@ _ip()
 
         rule)
             case $subcmd in
-                list|add|del|flush)
+                add|del)
                     # TODO
                     ;;
+                flush|show|list|lst)
+                    ;;
                 *)
                     [[ $cword -eq $subcword ]] && \
                         COMPREPLY=( $( compgen -W 'help list add del flush' \
@@ -204,7 +206,9 @@ _ip()
 
         tunnel)
             case $subcmd in
-                add|change|del|show|prl|6rd)
+                show)
+                    ;;
+                add|change|del|prl|6rd)
                     # TODO
                     ;;
                 *)

-- 
bash-completion



More information about the Bash-completion-commits mailing list