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