The following commit has been merged in the master branch:
commit 06fd510c44c17db856678e0d572c14b0cebb2e00
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits