summaryrefslogtreecommitdiff
path: root/net:foret/completion/_sdk-targets
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-13 10:55:06 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-13 10:55:06 +0200
commit46ebf3dbab5e9587447ff27cad17e6c57a7be783 (patch)
treea28fecaa665e251681bb045d688485bfd0061a03 /net:foret/completion/_sdk-targets
parentb5344dead452d3ac876604c36f4fa1dbdad8bfd2 (diff)
[Completion] cleanup
Diffstat (limited to 'net:foret/completion/_sdk-targets')
-rw-r--r--net:foret/completion/_sdk-targets13
1 files changed, 13 insertions, 0 deletions
diff --git a/net:foret/completion/_sdk-targets b/net:foret/completion/_sdk-targets
new file mode 100644
index 0000000..4319c8c
--- /dev/null
+++ b/net:foret/completion/_sdk-targets
@@ -0,0 +1,13 @@
+#compdef sdk-patch.sh sdk-test.sh sdk-qa.sh
+
+local arguments
+arguments=(
+ '1:targets:(($([ -n "$TARGET" ] && for i in "\:Standard_SDK"\
+ "-PLUGIN\:Plugin_SDK"\
+ "-APPSDK\:Advanced_Plugin_SDK"\
+ "-PERF\:Performance_tests" ;\
+ echo $TARGET$i)))'
+ )
+
+_arguments $arguments
+