summaryrefslogtreecommitdiff
path: root/net:foret
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-08 18:26:18 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-08 18:26:18 +0200
commit898d035e4c3f8539c7b21e65381f3d2bc6d8c748 (patch)
tree3d3d7ddd144be848d9e00bfb02bfa96bb73a168c /net:foret
parentb544003f665815700c3e692ed8528ad43fd12cd3 (diff)
[Completion] cleanup
Diffstat (limited to 'net:foret')
-rw-r--r--net:foret/completion/_sdk0
-rw-r--r--net:foret/completion/_sdk-patch.sh8
-rw-r--r--net:foret/completion/_sdk-qa.sh8
-rw-r--r--net:foret/completion/_sdk-test.sh8
4 files changed, 0 insertions, 24 deletions
diff --git a/net:foret/completion/_sdk b/net:foret/completion/_sdk
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/net:foret/completion/_sdk
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))"
-