summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))"
-