#
#  Completion for gofed-base plugin
#
#  List of commands
pl_commands="version help bitbucket2spec github2spec googlecode2spec repo2spec ggi inspect check-commit check-deps lint review"
#  gofed version
version_opts="#"
#  gofed help
help_opts="#"
#  gofed bitbucket2spec
bitbucket2spec_opts="--commit --force --format --help --project --repo --scan-all-dirs --skip-dirs --with-build -c -f -h -p -r"
#  gofed github2spec
github2spec_opts="--commit --force --format --help --project --repo --scan-all-dirs --skip-dirs --with-build -c -f -h -p -r"
#  gofed googlecode2spec
googlecode2spec_opts="--force --format --help --repo --rev --scan-all-dirs --skip-dirs --with-build -c -f -h -r"
#  gofed repo2spec
repo2spec_opts="--bitbucket --commit --detect --force --format --github --googlecode --help --project --repo --scan-all-dirs --skip-dirs --skip-errors --with-build -c -f -h -p -r"
#  gofed ggi
ggi_opts="--all --all-occurrences --classes --help --importpath --pkgdb --requires --scan-all-dirs --short --show-occurrence --skip-dirs --skip-errors --spec --verbose -a -c -d -h -r -s -v"
#  gofed inspect
inspect_opts="--dirs --help --prefix --provides --scan-all-dirs --skip-dirs --skip-errors --spec --test -d -h -p -s -t"
#  gofed check-commit
check_commit_opts="--help --import_path -h -i"
#  gofed check-deps
check_deps_opts="--dontpull --help --verbose -h -l -v"
#  gofed lint
lint_opts="--archive --detect --help --info --scan-all-dirs --skip-dirs --sources --spec --verbose -a -d -h -i -s -v"
#  gofed review
review_opts="--help --skip-koji --skip-rpmlint-errors --user -h -u"

