#
#  Completion for gofed-scan plugin
#
#  List of commands
pl_commands="apidiff scan-symbols scan-packages scan-imports scan-deps"
#  gofed apidiff
apidiff_opts="--all --color --error --help --new-xml --old-xml --prefix --scan-all-dirs --skip-dirs --skip-errors --verbose -a -c -e -h -v"
#  gofed scan-symbols
scan_symbols_opts="--all --help --list --prefix --provides --pure-xml --scan-all-dirs --skip-dirs --skip-errors --stats --usedip --xml -a -h -l -p -s -u -x"
#  gofed scan-packages
scan_packages_opts="--help --list --new --removed --update -h -l -n -r -u"
#  gofed scan-imports
scan_imports_opts="--create --full --help --imported --minimal --prefix --provided --verbose -c -f -h -i -m -p -s -v"
#  gofed scan-deps
scan_deps_opts="--cyclic --decompose --from-dir --from-xml --graphviz --help --leaves --outfile --roots --scan-all-dirs --skip-dirs --skip-errors --verbose -c -d -g -h -l -o -r -v"

