From 898d035e4c3f8539c7b21e65381f3d2bc6d8c748 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 8 Jun 2012 18:26:18 +0200 Subject: [Completion] cleanup --- net:foret/completion/_sdk | 0 net:foret/completion/_sdk-patch.sh | 8 -------- net:foret/completion/_sdk-qa.sh | 8 -------- net:foret/completion/_sdk-test.sh | 8 -------- 4 files changed, 24 deletions(-) create mode 100644 net:foret/completion/_sdk delete mode 100644 net:foret/completion/_sdk-patch.sh delete mode 100644 net:foret/completion/_sdk-qa.sh delete mode 100644 net:foret/completion/_sdk-test.sh (limited to 'net:foret') diff --git a/net:foret/completion/_sdk b/net:foret/completion/_sdk new file mode 100644 index 0000000..e69de29 diff --git a/net:foret/completion/_sdk-patch.sh b/net:foret/completion/_sdk-patch.sh deleted file mode 100644 index a8cc4c3..0000000 --- a/net:foret/completion/_sdk-patch.sh +++ /dev/null @@ -1,8 +0,0 @@ -#compdef sdk-patch.sh - -_arguments -A "-*" \ - -- \ - "*=FILE*:file:_files"\ - "*{-c,--config}:file:_files"\ - ":targets:($([ -n "$TARGET" ] && for i in "" "-PLUGIN" "-APPSDK" "-PERF" ; echo $TARGET$i))" - diff --git a/net:foret/completion/_sdk-qa.sh b/net:foret/completion/_sdk-qa.sh deleted file mode 100644 index 3dfcb68..0000000 --- a/net:foret/completion/_sdk-qa.sh +++ /dev/null @@ -1,8 +0,0 @@ -#compdef sdk-qa.sh - -_arguments -A "-*" \ - -- \ - "*=FILE*:file:_files"\ - "*{-c,--config}:file:_files"\ - ":targets:($([ -n "$TARGET" ] && for i in "" "-PLUGIN" "-APPSDK" "-PERF" ; echo $TARGET$i))" - diff --git a/net:foret/completion/_sdk-test.sh b/net:foret/completion/_sdk-test.sh deleted file mode 100644 index d034421..0000000 --- a/net:foret/completion/_sdk-test.sh +++ /dev/null @@ -1,8 +0,0 @@ -#compdef sdk-test.sh - -_arguments -A "-*" \ - -- \ - "*=FILE*:file:_files"\ - "*{-c,--config}:file:_files"\ - ":targets:($([ -n "$TARGET" ] && for i in "" "-PLUGIN" "-APPSDK" "-PERF" ; echo $TARGET$i))" - -- cgit v1.2.3