summaryrefslogtreecommitdiff
path: root/net:foret/completion/_sdk-test.sh
blob: d034421c59b685ea13abc22529e4ae98cdbaa6b1 (plain)
1
2
3
4
5
6
7
8
#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))"