diff options
author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-06-08 17:21:16 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-06-08 17:21:16 +0200 |
commit | b544003f665815700c3e692ed8528ad43fd12cd3 (patch) | |
tree | c3433b820d693b0f804152ed6d8e345e8c8c55c0 /net:foret/completion/_sdk-factory.sh | |
parent | e2268a81ae230fb21c37cca4abdfb675adde9ea6 (diff) |
[Completion] Q : specific completion. :)
Diffstat (limited to 'net:foret/completion/_sdk-factory.sh')
-rw-r--r-- | net:foret/completion/_sdk-factory.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net:foret/completion/_sdk-factory.sh b/net:foret/completion/_sdk-factory.sh new file mode 100644 index 0000000..53f1cca --- /dev/null +++ b/net:foret/completion/_sdk-factory.sh @@ -0,0 +1,7 @@ +#compdef sdk-factory.sh + +_arguments -A "-*" -- \ + "=FILE*:file:_files"\ + "{-c,--config}:file:_files"\ + "*:targets:($([ -n "\$TARGET" ] && for i in "" "-PLUGIN" "-APPSDK" "-PERF" ; echo \$TARGET$i))" + |