summaryrefslogtreecommitdiff
path: root/net:foret/completion/_sdk-patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net:foret/completion/_sdk-patch.sh')
-rw-r--r--net:foret/completion/_sdk-patch.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/net:foret/completion/_sdk-patch.sh b/net:foret/completion/_sdk-patch.sh
new file mode 100644
index 0000000..a8cc4c3
--- /dev/null
+++ b/net:foret/completion/_sdk-patch.sh
@@ -0,0 +1,8 @@
+#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))"
+